forked from coding-boot-camp/prework-about-me
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (42 loc) · 1.51 KB
/
index.html
File metadata and controls
52 lines (42 loc) · 1.51 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
</head>
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<body>
<header class='masthead'>
<p class='masthead-intro'>Hi I'm</p>
<h1 class='masthead-heading'>Danielli Franquim</h1>
</header>
<section class="details">
<h1>Introduction</h1>
<p> Curiosity is what drives me to learn new things.</p>
<h1>GitHub Account</h1>
<h3>GitHub</h3>
<a link href="https://github.com/Elli360">Check it out!</a>
<h1>Linkedin Account</h1>
<h3>Linkedin</h3>
<a link href="http://linkedin.com/in/danielli-franquim-85224570">Check it out!</a>
<h1>PROJECTS</h1>
<h2>Work Day Scheduler</h2>
<h3>Scheduler</h3>
<a link href="https://elli360.github.io/Workdayscheduler/">Check it out!</a>
<h2>Team Project 1</h2>
<h3>Mask Free Adventures</h3>
<a link href="https://elli360.github.io/MaskFreeAdventures/">Check it out!</a>
<h2>Team Project 2</h2>
<h3>Da.Mo.Jo Virtual CLoset</h3>
<a link href="https://project2-damojo.herokuapp.com/">Check it out!</a>
</section>
<!-- Footer -->
<footer class="footer text-right">
<p class="text-muted small mb-0">Copyright2020</p>
</div>
</footer>
</body>
</html>