-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (148 loc) · 6.49 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Claire Sylvester Full Stack Javascript Web Developer">
<meta name="keywords" content="fullstack, web developer, javascript, Claire Sylvester">
<meta name="author" content="Claire Sylvester">
<script src="https://kit.fontawesome.com/5ed544d1c5.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="./public/stylsheets/style.css">
<title>Claire Sylvester's Portfolio</title>
</head>
<body>
<header>
<a class="logo" href="/" >
<img style="height: 12rem;" src="./public/images/Branding/logo.png">
</a>
<nav class="nav-bar">
<ul>
<li>
<a href="./about.html">About</a>
</li>
<li class="contact">
<a href="/">My Work</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="side-bar">
<a href="https://github.com/CFsylvester" target="_blank">
<i class="icon fab fa-github-square"></i>
</a>
<a class="linkedin-icon" href="https://www.linkedin.com/in/claire-sylvester-386373143/" target="_blank">
<i class="icon fab fa-linkedin"></i>
</a>
<a href="mailto:clairesylvester@clairecodes.dev">
<i class="icon fas fa-envelope-square"></i>
</a>
</section>
<section class="projects">
<div class="row">
<!-- Pass-The-Page -->
<div class="card mx-3 my-3 text-white" >
<a href="https://passthepage.herokuapp.com/" target="_blank">
<img class="card-img" src="./public/images/Full-Stack/book.png" style="height: 15rem; width: 10rem;" alt="Image of Stack of Books">
<div class="circle">
<div class="circle-text">
<h3> Pass </h3>
<h5 class="the"> the </h5>
<h3 class="mb-4 pb-1"> Page </h3>
<h6 class="subtitle mb-0"> Full Stack </h6>
</div>
</div>
</a>
</div>
<!-- Tech-Blog -->
<div class="card mx-3 my-3" >
<a href="https://sylvester-tech-blog.herokuapp.com/" target="_blank">
<img class="card-img" src="./public/images/Full-Stack/keyboard-overhead.png" style="height: 15rem; width: 10rem;" alt="Vector image of a keyboard overhead.">
<div class="circle">
<div class="circle-text">
<h3 class="pb-1"> Tech <br/> Blog </h3>
<h6 class="subtitle mb-0"> Full Stack </h6>
</div>
</div>
</a>
</div>
<!-- Horiseon -->
<div class="card mx-3 my-3" >
<a href="https://cfsylvester.github.io/Horiseon/" target="_blank">
<img class="card-img" src="./public/images/Frontend/horiseon.png" style="height: 15rem; width: 10rem;" alt="Horisoen icon vector image in blue gradient.">
<div class="circle" >
<div class="circle-text">
<h3> Horiseon </h3>
<h6 class="subtitle mb-0"> Frontend </h6>
</div>
</div>
</a>
</div>
<!-- Run Buddy -->
<div class="card mx-3 my-3" >
<a href="https://cfsylvester.github.io/run-buddy/" target="_blank">
<img class="card-img" src="./public/images/Frontend/sneaker.png" style="height: 15rem; width: 10rem;" alt="Cartoon running sneaker vector image.">
<div class="circle" >
<div class="circle-text">
<h3 class="pb-1"> Run Buddy </h3>
<h6 class="subtitle mb-0"> Frontend </h6>
</div>
</div>
</a>
</div>
<!-- Pizza Hunt -->
<div class="card mx-3 my-3" >
<a href="https://sylvester-pizza-hunt.herokuapp.com/" target="_blank">
<img class="card-img" src="./public/images/Full-Stack/pizza.png" style="height: 15rem; width: 10rem;" alt="Cartoon pizza slices vector image.">
<div class="circle">
<div class="circle-text">
<h3 class="pb-1"> Pizza Hunt </h3>
<h6 class="subtitle mb-0"> Full Stack </h6>
</div>
</div>
</a>
</div>
<!-- Zookeepr -->
<a href="https://sylvester-zookeepr.herokuapp.com/" target="_blank">
<div class="card mx-3 my-3 zebra" alt="Zebra vector image with a blue overlay.">
<div class="circle">
<div class="circle-text">
<h3 class="pb-1"> Zoo Keepr </h3>
<h6 class="subtitle mb-0"> Full Stack </h6>
</div>
</div>
</div>
</a>
<!-- Anigame -->
<div class="card mx-3 my-3">
<a href="https://cfsylvester.github.io/AniGame/" target="_blank">
<img class="card-img" src="./public/images/Frontend/video-game.png" style="height: 15rem; width: 10rem;" alt="Video game button icons vector image.">
<div class="circle" >
<div class="circle-text">
<h3> Anigame </h3>
<h6 class="subtitle mb-0"> Frontend </h6>
</div>
</div>
</a>
</div>
<!-- Deep Thoughts -->
<div class="card mx-3 my-3" >
<a href="https://deep-thoughts-mern.herokuapp.com/" target="_blank">
<img class="card-img" src="./public/images/Full-Stack/deep-thoughts.png" style="height: 15rem; width: 10rem;" alt="Floating Clouds.">
<div class="circle" >
<div class="circle-text">
<h3 class="pb-3"> Deep Thoughts </h3>
<h6 class="subtitle mb-0 ml-2 pl-4"> MERN </h6>
</div>
</div>
</a>
</div>
</div>
</section>
</main>
</body>
</html>