-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
233 lines (226 loc) · 5.58 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.1/css/bulma.min.css"
/>
<!--Bulma CSS Framework-->
<script
defer
src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"
></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inconsolata&display=swap"
rel="stylesheet"
/>
<title>Dale's Portfolio Page</title>
</head>
</html>
<body class="has-navbar-fixed-top">
<nav
class="navbar is-dark is-fixed-top"
role="navigation"
aria-label="main navigation"
>
<div class="navbar-brand">
<a
role="button"
class="navbar-burger"
data-target="navMenu"
aria-label="menu"
aria-expanded="false"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu">
<div class="navbar-start"></div>
<div class="navbar-end">
<a class="navbar-item" href="#projectSection"> Projects </a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link"> Social </a>
<div class="navbar-dropdown">
<a
class="navbar-item"
href="https://www.linkedin.com/in/dale-st-marthe/"
target="_blank"
>
LinkedIn
</a>
<a
class="navbar-item"
href="https://twitter.com/DthaSavant"
target="_blank"
>
Twitter
</a>
<a
class="navbar-item"
href="https://github.com/dstmarthe"
target="_blank"
>
Github
</a>
</div>
</div>
</div>
</div>
</nav>
<main id="main">
<!--Medium sized transparent hero -->
<section class="hero is-medium has-navbar-fixed-top">
<div class="hero-body">
<div class="container has-text-centered" id="glass">
<h1 class="title has-text-white has-text-weight-semibold">
Hi, I'm Dale
</h1>
<h2 class="subtitle has-text-white has-text-weight-semibold">
Web Developer
</h2>
<div id="skills">
<img src="brace.svg" alt="" id="braces" />
<img
src="icons8-css3.svg"
alt="css"
class="langIcon"
title="CSS3"
/>
<img
src="icons8-html-5.svg"
alt="html5"
class="langIcon"
title="HTML5"
/>
<img
src="icons8-javascript.svg"
alt="javascript"
class="langIcon"
title="JavaScript"
/>
<img
src="PHP.png"
alt="PHP"
class="langIcon"
title="PHP"
id="phpImg"
/>
<img src="brace.svg" alt="" id="bracesright" />
</div>
</div>
</div>
<p></p>
</section>
<section id="projectSection">
<div class="infocontainer">
<div id="projInfo" class="top-left"></div>
</div>
<div id="projects">
<h2>PROJECTS</h2>
<div
class="project-tile"
onmouseover="changeNode(this)"
onclick="changeNode(this)"
id="dstmarthe.github.io"
>
<a
href="https://github.com/dstmarthe/dstmarthe.github.io"
class="project-link"
target="_blank"
title="Go to Portfolio page code"
><div class="light"></div>
Portfolio Page (this site)</a
>
</div>
<!-- <div
class="project-tile"
onmouseover="changeNode(this)"
onclick="changeNode(this)"
id="WYG-Wordpress-Site"
>
<a
href="http://worldyouth.group/"
class="project-link"
target="_blank"
title="Visit Site"
><div class="light"></div>
Wordpress Website for W.Y.G.</a
>
</div> -->
<div
class="project-tile"
onmouseover="changeNode(this)"
onclick="changeNode(this)"
id="Product-Landing-Page"
>
<a
href="https://dstmarthe.github.io/Product-Landing-Page/"
class="project-link"
target="_blank"
title="View Product Landing Page demo"
><div class="light"></div>
Product Landing Page</a
>
</div>
<div
class="project-tile"
onmouseover="changeNode(this)"
onclick="changeNode(this)"
id="Simple-Landing-Page-Form"
>
<a
href="https://dstmarthe.github.io/Simple-Landing-Page-Form/"
class="project-link"
target="_blank"
title="View Bayard Landing Page"
><div class="light"></div>
Responsive Landing Page and Form</a
>
</div>
<div
class="project-tile"
onmouseover="changeNode(this)"
onclick="changeNode(this)"
id="FCC-Technical-Document"
>
<a
href="https://codepen.io/dstmarthe/full/yLJwGRP"
class="project-link"
target="_blank"
title="See Technical Document"
><div class="light"></div>
Javascript Technical Document</a
>
</div>
<div
class="project-tile"
onmouseover="changeNode(this)"
onclick="changeNode(this)"
id="Note-App"
>
<a
href="https://codepen.io/dstmarthe/full/bGwJggV"
class="project-link"
target="_blank"
title="See note taking app"
><div class="light"></div>
Note Taking App</a
>
</div>
<a id="profile-link" href="https://github.com/dstmarthe" target="_blank"
>See More of My Work!</a
>
</div>
</section>
</main>
<footer id="footer">© 2024 by Dale St. Marthe. All rights reserved.</footer>
<!--Needed for paint and Bulma-->
<script src="https://unpkg.com/css-paint-polyfill"></script>
<script src="bScript.js" type="text/javascript"></script>
</body>