-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (72 loc) · 3.61 KB
/
index.html
File metadata and controls
83 lines (72 loc) · 3.61 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
<!DOCTYPE html>
<html>
<head>
<title>Chase Eid - Home</title>
<link rel="stylesheet" href="styleforindex.css">
</head>
<body>
<nav>
<img class="sidebar-img"
src="https://lh3.googleusercontent.com/pw/AIL4fc9B4KMtVJwst_CnIPJPFhzsIdgFYnDEo2aty4haggTzK1OKkmAMfu8FgY03AQI6CQimVB6Eww8w5oimpYkH3wJeREvKwqQKtOuV6DoKcWyp3b2bRXLP491mwXmNNlcjptzJxBPgML5W2OYM8xE9JIJ4eQ=w894-h894-s-no">
<h1 id="toptitle">Chase Eid - Homepage</h1>
<ul id="nav-ul">
<li class="nav-li">
<a class="nav-a" href="index.html">Home</a>
</li>
<li class="nav-li">
<a class="nav-a" href="portfolio.html">Projects</a>
</li>
</ul>
</nav>
<div class="flex hi">
<div class="contain">
<div class="wide contheight">
<h1 class="hometitle">Chase Eid</h1>
<h2 class="hometitle resizeFont"> This is the website of Chase Eid! Look around and see what I have
accomplished. I
enjoy tackling a problem and finding a way to solve it as quickly and easily as possilble, as well
as making things and showing my creativity to others. </h2>
<div class="responsiveHeight">
<h1 class="hometitle marTitle"> Recent accomplishments/projects</h1>
<div class="flex overflow">
<div class="wide card">
<h1 class="hometitle">Website Redesign</h1>
<div class="imgdiv">
<p class="hometitle resizeFont2">Website has been overhauled and is now to my liking at
least. Took a sec but will add
more pages soon. But for now im happy with it.</p>
<img class="imgsize" src="media/Screenshot 2023-12-29 202742.png">
<img class="imgsize" src="media/Screenshot 2023-12-29 202827.png">
</div>
</div>
<div class="wide card">
<h1 class="hometitle">Online</h1>
<div>
<p class="hometitle resizeFont2">I have made a webserver and am in the process of making
most of my projects online games! I have level uploading working locally for level
edit and platfromer, but plan to add much more to other projects...
<p>
<div class="flex">
<img class="imgsize" src="media/hallebotot.png">
</div>
</div>
</div>
<div class="wide card">
<h1 class="hometitle">Developing in Node</h1>
<div>
<p class="hometitle resizeFont2">I have learned node and fecth api for the online functionality, I will learn websockets/socket.io soon for multiplayer games.
<p>
<div class="flex">
<img class="imgsize3" src="media/node.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
</div>
</body>
</html>