-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
292 lines (292 loc) · 5.64 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width"
/>
<title>Marc Byndas</title>
<link
href="styles.css"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<script
defer
src="app.js"
></script>
</head>
<body class="flex-wrapper">
<header>
<nav>
<ul>
<li>
<a
id="home-btn"
href="#"
>
<h3>home</h3>
<i class="fas fa-home"></i>
</a>
</li>
<li>
<a
id="about-btn"
href="#about"
>
<h3>About</h3>
<i class="fas fa-info-circle"></i>
</a>
</li>
<li>
<a
id="projects-btn"
href="#projects"
>
<h3>projects</h3>
<i class="fas fa-code"></i>
</a>
</li>
<li>
<a
id="contact-btn"
href="#contact"
>
<h3>Contact</h3>
<i class="fas fa-envelope"></i>
</a>
</li>
</ul>
</nav>
</header>
<main id="mainHeading">
<section
id="home"
>
<header>
<h1>Marc Byndas</h1>
<h3>Full-Stack Web Developer</h3>
<ul>
<li class="arrow-up">
<a
href="https://www.facebook.com/marc.byndas"
target="_blank"
><i
class="fab fa-facebook padding-top"
></i
></a>
</li>
<li class="arrow-down">
<a
href="https://github.com/byndas"
target="_blank"
><i
class="fab fa-github padding-bottom"
></i
></a>
</li>
<li class="arrow-up">
<a
href="#"
target="_blank"
><i class="fas fa-code padding-top"></i
></a>
</li>
<li class="arrow-down">
<a
href="#"
target="_blank"
><i
class="fab fa-google-plus padding-bottom"
></i
></a>
</li>
<li class="arrow-up">
<a
href="#"
target="_blank"
><i class="fas fa-yin-yang padding-top"></i
></a>
</li>
</ul>
</header>
</section>
<section
id="about"
>
<h3>Let's create amazing things together</h3>
<p id="about-paragraph">January - August 2024:<br><br>
Full-Stack LaunchCode Student</p>
<!-- <article> -->
<!-- </article> -->
<h3>Skills</h3>
<div id="about-logos">
<article class="funParagraph">
<img
class="logo"
src="images/html5Logo.png"
alt="HTML5 logo"
/>
<img
class="logo"
src="images/css3Logo.png"
alt="CSS3 logo"
/>
<img
class="logo"
src="images/jsLogo.png"
alt="javaScript logo"
/>
</article>
<article>
<img
class="logo"
src="images/jQueryLogo.png"
alt="jQuery logo"
/>
<img
class="logo"
src="images/githubLogo.png"
alt="gitHub logo"
/>
<img
class="logo"
src="images/javaLogo.png"
alt="java logo"
/>
</article>
<article>
<img
class="logo"
src="images/reactLogo.png"
alt="react.js logo"
/>
<img
class="logo"
src="images/sqlLogo.png"
alt="SQL logo"
/>
<img
class="logo"
src="images/reduxLogo.png"
alt="redux.js logo"
/>
</article>
</div>
</section>
<section
id="projects"
>
<h3>projects</h3>
<div id="tabs">
<div>
<div
id="btn-tab1"
class="tabs-link"
></div>
<div
id="btn-tab2"
class="tabs-link"
></div>
</div>
<div
class="tabs-item"
id="gif1"
>
<div class="box">
<div
class="box-image"
style="
background: url('https://cdn.dribbble.com/users/1068166/screenshots/3884374/prototype.gif')
center center no-repeat;
background-size: 100%;
"
></div>
</div>
</div>
<div
class="tabs-item hidden"
id="gif2"
>
<div class="box">
<div
class="box-image"
style="
background: url('https://cdn.dribbble.com/users/321434/screenshots/3883536/dribbble.gif')
center center no-repeat;
background-size: 100%;
"
></div>
</div>
</div>
</div>
</section>
<section
id="contact"
>
<h1>Have a question?</h1>
<h3>Get in touch</h3>
<form>
<div class="form-group">
<label
for="email"
class="control-label"
>Email</label>
<input
type="email"
value=""
placeholder=""
id="email"
class="form-control"
/>
</div>
<div class="form-group">
<label
for="subject"
class="control-label"
>Subject</label
>
<input
type="text"
value=""
placeholder=""
id="subject"
class="form-control"
/>
</div>
<div class="form-group">
<label
for="description"
class="control-label"
>Description</label
>
<textarea
placeholder=""
id="description"
class="form-control"
></textarea>
</div>
<button
type="reset"
>
Clear
</button>
<button
type="button"
>
Send
</button>
</form>
</section>
</main>
<footer>© COPYRIGHT IMAGE CREDITS 2024</footer>
</body>
</html>