-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
612 lines (578 loc) · 31.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Carlos Garcia website, portfolio">
<meta name="author" content="Carlos Rodrigo Garcia">
<title>Carlos Garcia's portfolio</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="assets/css/materialize.min.css">
<!-- devicon -->
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="assets/font-awesome-4.1.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">Carlos Garcia</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about" style="font-size:14px">Me</a>
</li>
<li>
<a class="page-scroll" href="#experience" style="font-size:14px">Experience</a>
</li>
<li>
<a class="page-scroll" href="#tools" style="font-size:14px">Tools</a>
</li>
<li>
<a class="page-scroll" href="#education" style="font-size:14px">Education</a>
</li>
<li>
<a class="page-scroll" href="#portfolio" style="font-size:14px">Projects</a>
</li>
<li>
<a class="page-scroll" href="/blog" target="_blank" style="font-size:14px">Blog</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<div class="row">
<div class="col-lg-12">
<div class="team-member">
<img src="assets/img/team/rodrigo.jpeg" class="img-responsive img-profile img-circle" alt="">
<h1>Hey, welcome to my portfolio</h1>
<p>My name is Carlos Rodrigo and I'm a software engineer :)</p>
<ul class="list-inline social-buttons">
<li><a href="https://www.linkedin.com/in/carlos-rodrigo-garcia" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://github.com/CarlosRodrigo" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://www.facebook.com/RodrigoGarciaCR" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About Me</h2>
<a href="assets/resume-carlos-garcia.pdf" download>
<button class="btn btn-primary">Resume</button>
</a>
<hr>
</div>
</div>
<div class="row text-center newspaper">
<h4 class="newspaper-headline">Career</h4>
<p>
I am a software engineer with a degree in computer science at UFRPE, with a 1 year fully funded
scholarship in the USA where I had the opportunity to study 9 months at UVM
and to intern for 3 months at a company called State Street.
I have experience in web systems development and RESTful APIs, unit testing, integration
and end-to-end, mobile development with android. In my years in college my focus was
on artificial intelligence and data science.
</p>
<h4 class="newspaper-headline">Personal</h4>
<p>I developed the habit of self education and I always try to learn new technologies and methods.
I am also constantly trying to get better at collaboration, which I think is one key aspect to
work in groups and develop better software. I always try to write clean and modular code using
the best practices and object-oriented patterns. I like to write software that can be accessed
by everyone in any platform. I have experience and I like to create RESTful APIs, mobile apps
web systems and sometimes intelligent systems.</p>
<h4 class="newspaper-headline">Qualifications</h4>
<p>
My qualifications and interests range from fullstack web projects where I feel confortable to
work on both front-end technologies such as Angular and JavaScript, HTML, CSS and JQuery
as on the backend with ASP.NET, Django or Node and familiarity with RESTFull Web Services,
Micro Services, authentication, JSON Web Tokens and best practices of API implementation,
as well as having already used Firebase in some projects and integration with databases
such as MySQL, SQL Server and MongoDB.
</p>
<p>
Also, I have familiarity with mobile development and projects in android. I have knowledge of
the platform as a whole and the activity cycle, Android Studio and interface components and layouts.
Java knowledge, object orientation and design patterns. Experience with REST API integration
consuming and parsing JSON using the Volley library.
</p>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Experience</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="row">
<div class="col-md-2 col-sm-2">
<img class="img-responsive" src="assets/img/experience/suati.jpg" alt="">
</div>
<div class="col-md-10 col-sm-10">
<h4>SUATI | Software Engineer</h4>
<h6>Mar 2017 – Mar 2018 | Recife, PE, Br</h6>
</div>
</div>
<p class="text-muted">Acted as a software engineer for a desktop client-server application</p>
<p class="text-muted">Worked with C#, WCF services and SQL Server/Oracle databases</p>
<p class="text-muted">Wrote unit, integration and end-to-end testing for automation</p>
<div class="chip">C#</div>
<div class="chip">WCF</div>
<div class="chip">SQL Server</div>
<div class="chip">Oracle</div>
</div>
<div class="col-md-6 col-sm-6 portfolio-item">
<div class="row">
<div class="col-md-2 col-sm-2">
<img class="img-responsive" src="assets/img/experience/suati.jpg" alt="">
</div>
<div class="col-md-10 col-sm-10">
<h4>SUATI | Software Engineer Intern</h4>
<h6>Sep 2015 – Fev 2017 | Recife, PE, Br</h6>
</div>
</div>
<p class="text-muted">Fixed bugs reported by users in production</p>
<p class="text-muted">Collaborated in a web project using ASP.NET MVC, HTML, CSS and JQuery</p>
<p class="text-muted">Worked with Agile development, Sprints Review, Planning and Daily Meetings</p>
<div class="chip">C#</div>
<div class="chip">ASP.NET MVC</div>
<div class="chip">SQL Server</div>
<div class="chip">Oracle</div>
<div class="chip">HTML</div>
<div class="chip">JavaScript</div>
</div>
<div class="col-md-6 col-sm-6 portfolio-item">
<div class="row">
<div class="col-md-2 col-sm-2">
<img class="img-responsive" src="assets/img/experience/state-street.png" alt="">
</div>
<div class="col-md-10 col-sm-10">
<h4>State Street | Application Developer Intern</h4>
<h6>June 2015 – Aug 2015 | Boston, MA, USA</h6>
</div>
</div>
<p class="text-muted">Acted as a Full-Stack developer and team member in a fast-paced environment</p>
<p class="text-muted">Helped migrate a hedge fund legacy application to a new one using Java and Angular</p>
<p class="text-muted">Contributed to the implementation of continuous integration to the development cycle using Jenkins-CI</p>
<div class="chip">Java</div>
<div class="chip">Angular</div>
<div class="chip">Continous Integration</div>
<div class="chip">Jenkins-CI</div>
</div>
<div class="col-md-6 col-sm-6 portfolio-item">
<div class="row">
<div class="col-md-2 col-sm-2">
<img class="img-responsive" src="assets/img/experience/fast.png" alt="">
</div>
<div class="col-md-10 col-sm-10">
<h4>FAST | Software Developer Intern</h4>
<h6>Feb 2014 – Aug 2014 | Recife, PE, Br</h6>
</div>
</div>
<p class="text-muted">Software development, coding and debugging using primarily ASP.NET MVC 5 Framework, Bootstrap, HTML, CSS and JQuery</p>
<p class="text-muted">Worked on various ASP.NET projects and built test releases of those projects</p>
<div class="chip">ASP.NET MVC</div>
<div class="chip">C#</div>
<div class="chip">HTML</div>
<div class="chip">JavaScript</div>
<div class="chip">CSS</div>
<div class="chip">Bootstrap</div>
</div>
</div>
</div>
</section>
<!-- Tools Section -->
<section id="tools" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Tools</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card">
<div class="card-content">
<h4>Programming Languages</h4>
<hr>
<h6>Proficient:</h6>
<p style="font-size:50px">
<i class="devicon-java-plain-wordmark colored"></i>
<i class="devicon-csharp-plain-wordmark colored"></i>
<i class="devicon-python-plain-wordmark colored"></i>
</p>
<h6>Experienced:</h6>
<p style="font-size:50px">
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-typescript-plain colored"></i>
</p>
<h6>Familiar:</h6>
<p style="font-size:50px">
<i class="devicon-swift-plain-wordmark colored"></i>
<i class="devicon-php-plain colored"></i>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-content">
<h4>Frameworks</h4>
<hr>
<h6>Front-end:</h6>
<p style="font-size:50px">
<i class="devicon-angularjs-plain-wordmark colored"></i>
<i class="devicon-html5-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark colored"></i>
<i class="devicon-bootstrap-plain-wordmark colored"></i>
<i class="devicon-jquery-plain-wordmark colored"></i>
</p>
<h6>Back-end:</h6>
<p style="font-size:50px">
<i class="devicon-dot-net-plain-wordmark colored"></i>
<i class="devicon-django-plain-wordmark colored"></i>
<i class="devicon-nodejs-plain-wordmark colored"></i>
</p>
<h6>Mobile:</h6>
<p style="font-size:50px">
<i class="devicon-android-plain-wordmark colored"></i>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<div class="card-content">
<h4>Tools</h4>
<hr>
<h6>Databases:</h6>
<p style="font-size:50px">
<i class="devicon-mysql-plain-wordmark colored"></i>
<i class="devicon-postgresql-plain-wordmark colored"></i>
<i class="devicon-mongodb-plain-wordmark colored"></i>
</p>
<h6>Source Control:</h6>
<p style="font-size:50px">
<i class="devicon-git-plain-wordmark colored"></i>
<i class="devicon-github-plain-wordmark colored"></i>
</p>
<h6>Tools:</h6>
<p style="font-size:50px">
<i class="devicon-slack-plain-wordmark colored"></i>
<i class="devicon-confluence-plain-wordmark colored"></i>
<i class="devicon-heroku-original-wordmark colored"></i>
<i class="devicon-travis-plain-wordmark colored"></i>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Education</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-5">
<div class="card">
<div class="card-content">
<div class="row">
<div class="col-md-3">
<img class="img-responsive" src="assets/img/education/ufrpe.png" alt="">
</div>
<div class="col-md-9">
<h4>Federal Rural University of Pernambuco - UFRPE</h4>
<h5>BS in Computer Science</h5>
<h6>Feb 2012 - Jun 2017 | Recife, PE, BR</h6>
<p>GPA: 8.31 / 10.00</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-3">
<img class="img-responsive" style="padding-top: 20px;" src="assets/img/education/uvm.jpg" alt="">
</div>
<div class="col-md-9">
<h4>University of Vermont</h4>
<h5>Exchange Student in Computer Science</h5>
<h6>Aug 2014 - May 2015| Burlington, VT, USA</h6>
<p>GPA: 3.86 / 4.00</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-7">
<div class="card">
<div class="card-content">
<h4>Coursework</h4>
<hr>
<div class="row">
<div class="col-md-6">
<h5>UFRPE</h5>
<p>Artificial Intelligence</p>
<p>Neural Networks</p>
<p>Text Mining</p>
<p>Software Engineering</p>
<p>Object-oriented Programming</p>
<p>Algorithms Design</p>
<p>Computer Networks</p>
</div>
<div class="col-md-6">
<h5>UVM</h5>
<p>Machine Learning</p>
<p>Data Mining</p>
<p>Evolutionary Robotics</p>
<p>Mobile Apps Development</p>
<p>Web Development</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Projects</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="assets/img/portfolio/timesheet_1.png" class="img-responsive" alt="" style="height:260px">
</a>
<div class="portfolio-caption">
<h4>Time-Sheet</h4>
<p class="text-muted">Report time system</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="assets/img/portfolio/asl.jpg" class="img-responsive" alt="" style="height:260px">
</a>
<div class="portfolio-caption">
<h4>American Sign Language</h4>
<p class="text-muted">Educational Software</p>
</div>
</div>
<div class="col-md-4 col-sm-6 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="portfolio-hover">
<div class="portfolio-hover-content">
<i class="fa fa-plus fa-3x"></i>
</div>
</div>
<img src="assets/img/portfolio/class-search.png" class="img-responsive" alt="" style="height:260px">
</a>
<div class="portfolio-caption">
<h4>Class Search</h4>
<p class="text-muted">Website</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Carlos Garcia</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li><a href="https://www.linkedin.com/pub/carlos-garcia/a7/1b0/1b5" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://www.facebook.com/RodrigoGarciaCR" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="https://github.com/CarlosRodrigo" target="_blank"><i class="fa fa-github"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals -->
<!-- Use the modals below to showcase details about your portfolio projects! -->
<!-- Portfolio Modal 1 -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Time-Sheet</h2>
<p class="item-intro text-muted">Report time system.</p>
<img class="img-responsive" src="assets/img/portfolio/timesheet_1.png" alt="">
<p><a href="https://ccordeir.w3.uvm.edu/cs148/assignment10/timesheet/index.php" target="_blank">
Time-sheet</a> is a website for companies and teams to report how many hours each team member have worked. and therefore administrators can have control on how many hours and how many people is working on a project.
</p>
<p>
It was designed to be used using any agile software development, e.g. Scrum. Thay way administrators can be the Product Owner or Scrum Master, and the Developers can be collaborators. Therefore everyone would log how many hours they worked on a project and the both Product Owner and Scrum Master can visualize how many people is working on the project and how many works they spent on it.
</p>
<p>
Time-Sheet contains components and graphic visualizations that can be even more helpful to analyze this statistics.
It contains daily hours, total hours, budget, total people working on the project
</p>
<img class="img-responsive" src="assets/img/portfolio/timesheet_2.png" alt="">
<p>You can request a demo of Time-Sheet <a href="https://ccordeir.w3.uvm.edu/cs148/assignment10/timesheet/index.php" target="_blank">here</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2 -->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>American Sign Language</h2>
<p class="item-intro text-muted">Educational Software</p>
<iframe width="640" height="390" src="//www.youtube.com/embed/ns_pLYF0YpQ?list=UU5SlXXImZ17hp6z-yEPfMHA" frameborder="0" allowfullscreen></iframe><br><br>
<p>
American Sign Language Educational Software is a python application that tries to teach a user, who have never been exposed to any sign language, to sign the first ten numbers of ASL.
</p>
<p>
It requires a LEAP Motion device in order to get all the gestures performed by the user.
</p>
<p>
After getting data from the LEAP Motion device It runs a machine learning algorithm to try to predict which number the user is currently signing.
</p>
<p>
It has different levels of scaffolding and difficult to sign. It starts teaching the user how to sign with a picture associated with the number and when the user gets better at signing the number the picture is removed and now the users has to remember the sign in order to get it correct.
</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3 -->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2>Class Search</h2>
<p class="item-intro text-muted">UVM classes search website.</p>
<img class="img-responsive" src="assets/img/portfolio/class-search.png" alt="">
<p><a href="https://ccordeir.w3.uvm.edu/cs148/assignment6.0/form.php" target="_blank">
Class Search</a> is a website for search classes that are going to be offered at the University of Vermont. It can be used by students, faculty or even someone that just wants to know wich classes are going to be offered. It shows all currently classes based on your preferences and even show how many seats are avaiable. each subject takes you to the registrar page, where you can sign up for the class.</p>
<p>You can search for classes <a href="https://ccordeir.w3.uvm.edu/cs148/assignment6.0/form.php" target="_blank">here</a>.</p>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="assets/js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="assets/js/classie.js"></script>
<script src="assets/js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script src="assets/js/scroll.js"></script>
</body>
</html>