-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (39 loc) · 1.39 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css" />
<script type="text/javascript" src="scripts/main.js"></script>
<title>Isabelle Charafeddine</title>
<link rel="icon" type="image/x-icon" href="Favicon.svg" />
</head>
<body id="app-container" class="themed theme-a">
<section class="content">
<h1 id="header-name" class="name">
<span>I</span>
<span>S</span>
<span>A</span>
<span>B</span>
<span>E</span>
<span>L</span>
<span>L</span>
<span>E</span>
</h1>
<div id="content" class="tilted-copy">
<p>Product designer based in San Francisco</p>
<p>Featured in Product Hunt's top 10</p>
<p>Currently working on growth at Plaid</p>
<p>I like bikes and yarn</p>
</div>
<footer>
<nav>
<ul>
<li><a href="mailto:[email protected]">Contact</a></li>
<li><a href="https://read.cv/isabelledesign">CV</a></li>
<li><a href="https://www.ravelry.com/people/dirtyneedle">Ravelry</a></li>
<li><a href="https://www.strava.com/athletes/47473569">Strava</a></li>
</ul>
</nav>
</footer>
</body>
<section>
</html>