forked from bloominstituteoftechnology/Preprocessing-I
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (73 loc) · 2.46 KB
/
Copy pathindex.html
File metadata and controls
80 lines (73 loc) · 2.46 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
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
<!-- @format -->
<html lang="en">
<body>
<head>
<link
href="https://fonts.googleapis.com/css2?family=Caveat&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Caveat&family=Oswald:wght@200&display=swap"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stytlesheet"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=500, initial-scale=1" />
<title>My Resume</title>
<link rel="stylesheet" href="index.css" />
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<div class="container">
<header>
<nav>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Projects</a>
<a href="#">Contact</a>
</nav>
<div class="top-content">
<div class="top1">
<h1>Shenandoah Veele</h1>
<h2>Web Developer</h2>
</div>
<img
src="https://scontent.fdet1-1.fna.fbcdn.net/v/t1.0-9/95614168_10158192759498711_2996758674245943296_o.jpg?_nc_cat=107&_nc_sid=09cbfe&_nc_oc=AQmNUXGLDXixm5hHYQ-dl8b01Pnky5on8UAsWWKRw40aARDMDXvzv0d37VIGfbZmaZkX5zrw6x6dXninD-ucWD8D&_nc_ht=scontent.fdet1-1.fna&oh=1a4ace18ac0ca81f14de8896fc881f63&oe=5EED103F"
/>
<div class="top2">
<p>stuff about me and why to hire me</p>
</div>
</div>
</header>
<section class="middle-content">
<div class="middle1">
<h3>My experience</h3>
<p>
proficency in languages html, css, <br />java and experience with
pre-processor LESS
</p>
<p>about education at Lambda School and what I've learned</p>
</div>
</section>
<footer>
<div class="contact">
<nav>
<a href="#">linkdn</a>
<a href="#">twitter</a>
<a href="#">github</a>
<a href="shenandoahveele@gmail.com">Email</a>
<a
href="https://trusting-spence-cb7355.netlify.app/?fbclid=IwAR0OTw2-bewWLZEyoqxAgMoZK0t3B87CZzhJUAFIKKQNHsUW-6PGRqtKO9I"
>Web Site</a
>
<p>Phone: 555-555-5555</p>
</nav>
</div>
</footer>
</div>
</body>
</html>