-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamera.html
More file actions
163 lines (150 loc) · 8.1 KB
/
camera.html
File metadata and controls
163 lines (150 loc) · 8.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
<meta name="theme-color" content="#050505">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#050505">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#050505">
<meta name="description" content="cyroz - Camera Setup">
<meta name="keywords" content="cyroz, camera, gear, setup, photography">
<meta name="author" content="cyroz">
<meta property="og:title" content="cyroz - Camera Setup">
<meta property="og:description" content="Camera setup and gear information">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cyroz1.github.io/camera.html">
<meta property="og:image" content="https://cyroz1.github.io/assets/images/og-preview.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://cyroz1.github.io/assets/images/og-preview.png">
<link rel="canonical" href="https://cyroz1.github.io/camera.html">
<title>Camera Setup - cyroz</title>
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/setup.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap"
as="style">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">
</head>
<body>
<div class="bg-canvas">
<div class="glow glow-1"></div>
<div class="glow glow-2"></div>
<div class="glow glow-3"></div>
<div class="glow-cursor" id="glowCursor"></div>
</div>
<main class="container">
<header class="hero">
<h1>Camera Setup</h1>
<p>My full camera setup and photography gear</p>
</header>
<div class="back-wrapper" style="margin-bottom: 32px;">
<a href="setup.html" class="back-button">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<line x1="19" y1="12" x2="5" y2="12" />
<polyline points="12 19 5 12 12 5" />
</svg>
Back to Setup
</a>
</div>
<div class="setup-grid">
<div class="setup-item" style="--delay: 0">
<svg class="item-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z" />
<circle cx="12" cy="13" r="4" />
</svg>
<div class="item-content">
<span class="item-label">Camera & Kit Lens</span>
<a href="https://www.amazon.com/Sony-Mirrorless-Camera-16-50mm-ILCE6100L/dp/B07X71JK4L"
target="_blank" rel="noopener noreferrer">Sony Alpha A6100 with Kit Lens</a>
</div>
</div>
<div class="setup-item" style="--delay: 1">
<svg class="item-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="6" />
<circle cx="12" cy="13" r="2" />
<line x1="12" y1="7" x2="12" y2="7.01" />
</svg>
<div class="item-content">
<span class="item-label">Prime Lens</span>
<a href="https://www.amazon.com/VILTROX-35mm-AF-F1-7-Aperture/dp/B0DP75SP1N" target="_blank"
rel="noopener noreferrer">Viltrox AF 35mm F1.7</a>
</div>
</div>
<div class="setup-item" style="--delay: 2">
<svg class="item-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="13" r="6" />
<circle cx="12" cy="13" r="2" />
<line x1="12" y1="7" x2="12" y2="7.01" />
</svg>
<div class="item-content">
<span class="item-label">Wide Angle Lens</span>
<a href="https://www.amazon.com/Sony-10-18mm-Wide-angle-Zoom-SEL1018/dp/B0096W1ONK" target="_blank"
rel="noopener noreferrer">Sony 10-18mm f/4 OSS</a>
</div>
</div>
<div class="setup-item" style="--delay: 3">
<svg class="item-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M4 10a8 8 0 0 1 16 0" />
<line x1="12" y1="10" x2="12" y2="20" />
<path d="M8 14h8" />
</svg>
<div class="item-content">
<span class="item-label">Accessories</span>
<a href="https://www.amazon.com/dp/B0DMT3BMXY?ref=ppx_yo2ov_dt_b_fed_asin_title" target="_blank"
rel="noopener noreferrer">SmallRig Fabric Wrist Strap</a>
</div>
</div>
<div class="setup-item" style="--delay: 4">
<svg class="item-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="8" y="2" width="8" height="4" rx="1" />
<rect x="4" y="6" width="16" height="16" rx="2" />
<line x1="12" y1="11" x2="12" y2="17" />
<line x1="9" y1="14" x2="15" y2="14" />
</svg>
<div class="item-content">
<span class="item-label">Power</span>
<a href="https://www.amazon.com/dp/B0BKWDSWQJ?ref=ppx_yo2ov_dt_b_fed_asin_title" target="_blank"
rel="noopener noreferrer">Neewer 3 Battery Pack & Charger Kit</a>
</div>
</div>
<div class="setup-item" style="--delay: 5">
<svg class="item-icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2v20" />
<path d="M7 22h10" />
<path d="M12 10 5 22" />
<path d="M12 10 19 22" />
<path d="M3 6h18" />
</svg>
<div class="item-content">
<span class="item-label">Tripod</span>
<a href="https://www.amazon.com/dp/B09T92NK4J?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_1"
target="_blank" rel="noopener noreferrer">ULANZI MT-44 Extendable Tripod</a>
</div>
</div>
</div>
<div class="back-wrapper">
<a href="setup.html" class="back-button">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<line x1="19" y1="12" x2="5" y2="12" />
<polyline points="12 19 5 12 12 5" />
</svg>
Back to Setup
</a>
</div>
</main>
<script src="js/cursor.js" defer></script>
</body>
</html>