-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (61 loc) · 2.75 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
<!DOCTYPE html>
<html>
<head>
<title>Eugene Choi | UI Design Programming 1</title>
<meta charset="utf-8" />
</head>
<head>
<link rel="stylesheet" type="text/css" href="classSite.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="classSite.js"></script>
</head>
<body>
<div class="mac-book-pro-14-2">
<div class="rectangle-1"></div>
<div class="ascii-town"><a href="ascii/interior-EugeneChoi.html">ASCII TOWN</div>
<div class="still-life-css"><a href="still_eugene.html">STILL LIFE CSS</div>
<div class="project-1-lightcal-figma"><a href="https://www.figma.com/file/3F1MSPeJUUAfLGm6qSU2EU/%5BUI%5D-Personal-Utility-_-Eugene-Choi?type=design&node-id=0%3A1&t=6pAkykp236n8gKMb-1">Project1 Lightcal (Figma)</div>
<div class="project-2-your-emotion-friend-website"><a href="https://euxxnia.github.io/UIDesign1/P2/control">
Project2 Your Emotion Friend (Website)
</div>
<div class="what-s-in-my-bag"><a href="https://euxxnia.github.io/UIDesign1/WIMB/WIMB">What’s In My Bag?</div>
<img class="light-road-1" src="light_road.png" />
<div class="ascii-left"></div>
<div class="ascii-right"></div>
<div class="still-l"></div>
<div class="still-r"></div>
<div class="p-1-l"></div>
<div class="p-1-r"></div>
<div class="wimb-l"></div>
<div class="wimb-r"></div>
<div class="p-2-l"></div>
<div class="p-2-r"></div>
</div>
<div>
<button id="darkmode">DARK / LIGHT</button>
</div>
<!-- this is where my code is-->
<!-- <div id="grid">
<div id="left-column" class="scroll"> -->
<!-- my favorite pokemon -->
<!-- <img src="https://archives.bulbagarden.net/media/upload/thumb/5/53/054Psyduck.png/140px-054Psyduck.png" alt="Psyduck" /> -->
<!-- about me -->
<!-- <h1><span class="cursive">E</span>ugene</h1> -->
<!-- <p>A short paragraph about me</p> -->
<!-- <ul>
<li>I enjoy eating poke nowadays.</li>
<li>My favorite song is "Paper Plane" now.</li> -->
<!-- <li>My favorite website is...(?)</li> -->
<!-- </ul>
<h3>Exercises</h3>
<ul>
<li><a href="ascii/interior-EugeneChoi.html">Ascii Town</li>
<li><a href="still_eugene.html">Still life CSS</li>
<li><a href="https://www.figma.com/file/3F1MSPeJUUAfLGm6qSU2EU/%5BUI%5D-Personal-Utility-_-Eugene-Choi?type=design&node-id=0%3A1&t=6pAkykp236n8gKMb-1">Project1 Figma</li>
<li><a href="https://euxxnia.github.io/UIDesign1/WIMB/WIMB">What's in my bag</li>
<li><a href="https://euxxnia.github.io/UIDesign1/P2/control">Project2 Website: Your Emotion Friend</li>
</ul>
</div>
</div> -->
</body>
</html>