-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
77 lines (66 loc) · 2.35 KB
/
work.html
File metadata and controls
77 lines (66 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chance Castaneda</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.webp" type="image/webp">
<link rel="preconnect" href="https://fonts.googleapis.com">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="row">
<a href="FTF.html" class="w-card" style="background: #BDD8CA;">
<h2>Catch up again.<br>Are you free?</h2>
<img src="Im/FTF-Cover.webp">
<small>Free To FT</small>
</a>
<a href="AH.html" class="w-card" style="background: #f3dad5; height: fit-content;">
<h2>The foundation of a <br>healthy lifestyle.</h2>
<img src="Im/AH-Cover.webp">
<small>Apple Health</small>
</a>
</div>
<div class="row">
<a href="S.html" class="w-card" style="background: #C4E8EF;">
<h2>A new frontier of<br>self expression.</h2>
<img src="Im/S-Cover.webp">
<small>Shelf</small>
</a>
<a href="SM.html" class="w-card" style="background: #FFE3C1; height: fit-content;">
<h2>Don't fight the junk. <br> Just sift.</h2>
<img src="Im/SM-Cover.webp">
<small>Sift Mail</small>
</a>
</div>
<a href="R-1.html" class="w-card" style="background: linear-gradient(to bottom, #e9e9e9, #D4D4D4);">
<h2>The best display is<br> in your pocket.</h2>
<img src="Im/R1-Cover.webp" class="wood">
<small>Raums-1</small>
</a>
<a href="R-2.html" class="w-card" style="background: linear-gradient(to bottom, #e9e9e9, #D4D4D4);">
<h2>No bigger than a <br> coffee maker.</h2>
<img src="Im/R2-Key.webp" class="wood-v">
<small>Raums-1</small>
</a>
</body>
<div class="sidebar" style="background-color: rgba(76, 76, 74, 0.7);">
<a href="index.html" class="nav-link">
<img src="Im/i-values.webp">
Home
</a>
<a href="work.html" class="nav-link" style="opacity: 1;">
<img src="Im/i-work.webp">
Work
</a>
<a href="about.html" class="nav-link">
<img src="Im/i-about.webp">
About
</a>
<a href="/audio.html" class="nav-link">
<img src="Im/i-audio.webp">
Audio
</a>
</div>
</html>