-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
203 lines (190 loc) · 7.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta charset="UTF-8">
<link rel="stylesheet" href="https://unpkg.com/7.css" />
<style>
body {
padding-bottom: 50px;
}
</style>
</head>
<body>
<nav style='padding: 20px; border-bottom: 3px solid #ccc; margin-bottom: 60px;'>
<div class="title-bar">
<h2 class="title-bar-text" style='margin-bottom: 0; color: black;' id="name">
<i></i> Name
</h2>
</div>
</nav>
<section class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"> <p class="title-bar-text" style="color: black; font-size: large;"> Summary </p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<div>
<div id="summary" class="window-body">
<h4>Summary</h4>
</div>
</div>
</section>
<section class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"> <p class="title-bar-text" style="color: black; font-size: large;"> Education </p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<div>
<div id="education" class="window-body" style="font-size: medium;">
<div>
<i university></i>
<span style="font-size: large; font-weight: bold;">University</span>
<div class="lists">
<p></p>
<p><span startYear>Start Year</span> - <span endYear>End Year</span></p></i>
<ul style='margin-bottom: 0;'>
<p></p>
<li major> Major</li>
<p></p>
<li addInfo> Additional Info </li>
<p></p>
<li releventCoursework>Relevant Coursework</li>
<p></p>
<li><u>GPA:</u><span gpa> GPA</span></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"><p style="color: black; font-size: large;"> Skills</p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<div id ="skills">
<div>
<h5><u skills class="window-body" style="font-size: medium;">Skills</u></h5>
</div>
</div>
</section>
<section class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"><p style="color: black; font-size: large;"> Publications</p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<div id="publication">
<div>
<h4 publication class="window-body" style="font-size: medium;">Publication</h4>
</div>
</div>
</section>
<section class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"><p style="color: black; font-size: large;">Achievements</p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<div class="lists">
<ul id="achievements" class="window-body" style='font-size: medium; margin-bottom: 0;'>
<li>
<span name>Name</span>
<span date>Date</span>
<span position>Position</span>
</li>
</ul>
</div>
</section>
<div class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"><p style="color: black; font-size: large;">
Work Experience
</p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<section class="window-body" id="workExperience">
<div style="display: flex;">
<div>
<img image style='width: 100px; height: 100px; margin: 10px;'>
</div>
<div>
<h3 company style="font-size: large;">Company</h3>
<p position style="font-size: medium;">Position</p>
<p location style="font-size: medium;">Location</p>
<p><span startDate style="font-size: medium;">Start Date</span> - <span endDate style="font-size: medium;">End Date</span></p></i>
<div>
<div>
<div class="lists">
<ul style='margin-bottom: 0; font-size: medium;' summary>
<p><li>Summary</li></p>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar"><p style="color: black; font-size: large;">
Projects
</p>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<section class="window-body" id="projects">
<div style="display: flex;">
<div>
<img image style='width: 100px; height: 100px; image-rendering: pixelated; margin: 10px;'>
</div>
<div>
<h3 name style="font-size: large;">Name</h3>
<a source style="font-size: medium;">Source</a>
<p></p>
<a demo style="font-size: medium;">Demo-URL</a>
<p><span startDate style="font-size: medium;">Start Date</span> - <span endDate style="font-size: medium;">End Date</span></p></i>
<div>
<div>
<div class="lists">
<ul style='margin-bottom: 0; font-size: medium;' description>
<p><li>Description</li></p>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="window glass active" style='margin: 30px; margin-top: 30px;'>
<h3 class="title-bar" style="color: black; font-size: large;">Connect with me
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Close"></button>
</div>
</h3>
<div class="window-body" style="font-size: medium;" id="links">
<div>
<a link>
<div>
Link
</div>
</a>
</div>
</div>
</section>
</body>
</html>