-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 1.42 KB
/
index.html
File metadata and controls
51 lines (47 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<!-- CSS styles -->
<link rel="stylesheet" type="text/css" href="style.css?v=2">
<link href="https://fonts.googleapis.com/css?family=Poppins:200i,300,400&display=swap" rel="stylesheet"/>
<!--Title-->
<title>Cole B Portfolio</title>
</head>
<body>
<div class="navbar">
<h1 class="start-title">Cole Barbes</h1>
<nav class="nav">
<ul class="nav-list">
<li><a href="#about">About</a></li>
<li><a href="#Schedule">Schedule</a></li>
<li><a href="#Contacts">Contact Info</a></li>
<li><a href="/Games/games.html">Games</a></li>
</ul>
</nav>
</div>
<div class="Introduction">
<img src="cole.jpg" alt="Cole Face" class="face">
<div class="title">
<h1>Hello There! My name is Cole Barbes</h1>
<p>Computer Science Student and Aspiring Developer</p>
</div>
<ul>
<li>Name: Cole Barbes</li>
<li></li>
</ul>
</div>
<!-- <div id="Schedule">
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&ctz=America%2FNew_York&bgcolor=%23ffffff&src=Y2JhcmJlczAyQGdtYWlsLmNvbQ&color=%23039BE5" style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div> -->
<div id="Contacts" class="contacts">
<h1>Find me on other platforms</h1>
</div>
<div>
</div>
</div>
<footer>
<p>© 2024 Cole Barbes</p>
</footer>
</body>
</html>