-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<title>dylan_lapierre</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<mata charset="URF-8">
</head>
<body style="background-color:lightgrey;">
<div class="header">
<div class="inner_header">
<div class="logo_container">
<h1>Dylan<span> LaPierre</span></h1>
</div>
<ul class="navigation">
<a><li>Home</li></a>
<a><li>About</li></a>
<a href="dylan-resume.pdf" target="_blank "><li>Portfolio</li></a>
<a><li>Contact</li></a>
</ul>
</div>
</div>
</body>
<div class="quote">
<h5>"The important thing is to not stop questioning. Curiosity has its own reason for existing." -Albert Einstein</h5>
</div>
<section>
<div class="box1">
<h3>// Introduction</h3>
<p>
<br>I am Dylan LaPierre-a senior year undergrad student in a Computer & Data Science, Bachelor of Science, program at the University of Saint Joseph (USJ). I am currently employed by USJ as a Marketing/Website Associate and spend my extra time improving my technical skills.
</p>
</div>
<div class="box2">
<h3>// Technical Skills</h3>
<p>
<br>I am proficient in the programming languages; Python, Java and SQL. I am also familiar with; Html, CSS, R, JavaScript and Git/Github.
</p>
</div>>
</section>
</html>