-
Notifications
You must be signed in to change notification settings - Fork 1
/
index2.html
44 lines (42 loc) · 1.35 KB
/
index2.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
<!DOCTYPE html>
<html>
<head>
<title>98.css example</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/98.css" />
</head>
<body>
<div class="window" style="">
<div class="title-bar">
<div class="title-bar-text">me.jpg</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<img src="static/img/mebw.jpg" alt="" />
</div>
</div>
<div class="window" style="">
<div class="title-bar">
<div class="title-bar-text">cmb.exe</div>
<div class="title-bar-controls">
<button aria-label="Minimize"></button>
<button aria-label="Maximize"></button>
<button aria-label="Close"></button>
</div>
</div>
<div class="window-body">
<h2>Chris Becker</h1>
<p>🖥 Infrastructure Lead @ Density</p>
<p>📸 Photographer</p>
<p>🚲 Bikes, mopeds, cycling</p>
<p>🌱 Indoor plant enthusiast</p>
<p>📍 PHL</p>
<p>🔐 70FA 7961 EA5F 66A9</p>
</div>
</div>
</body>
</html>