-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (89 loc) · 2.96 KB
/
Copy pathindex.html
File metadata and controls
91 lines (89 loc) · 2.96 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
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<body>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="index.css" type="text/css">
<div class="container">
<h1>Shenandoah Veele</h1>
<header>
<nav>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
</nav>
</header>
</div>
<br>
<section class="content-row">
<img src=https://images.unsplash.com/photo-1567838060469-0458c46fc4ca?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=282&q=80>
<div>
<h2>Shenandoah Veele</h2>
<a href="projects.html" class="projects">My Projects</a>
<p>Hello! Thanks for stopping by. I am developing myself as a web developer. I am a student at Lambda School and look forward to continued growth and development.</p>
</div>
</section>
<!--
<section class="pics">
<img src="https://unsplash.it/200/200">
<img src="https://unsplash.it/200/200">
<img src="https://unsplash.it/200/200">
<img src="https://unsplash.it/200/200">
<img src="https://unsplash.it/200/200">
<img src="https://unsplash.it/200/200">
<img src="https://unsplash.it/200/200">
</section> -->
<section class="pics">
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
<figure>
<img src="https://unsplash.it/200/200">
<figcaption>Watch This Space</figcaption>
</figure>
</section>
<footer>
<h3>Like what you see?</h3>
<a href="contact.html" class="contact">Contact Me</a>
<div>
<br>
<a href="https://www.facebook.com/shenandoah.veele" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="https://www.instagram.com/?hl=en" class="fa fa-instagram"></a>
<a href="https://www.youtube.com/channel/UCcNnheonIVYSrf3w9ueSllA?view_as=subscriber" class="fa fa-youtube"></a>
</div>
</footer
</body>
</html>