-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
200 lines (163 loc) · 4.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.typekit.net/zpv5zoe.css">
<script src="https://kit.fontawesome.com/ca2692ca00.js" crossorigin="anonymous"></script>
<title>fuji x100v 📸</title>
<style>
* {
margin: 0;
padding: 0;
}
body {
font-family: "clone-rounded-latin", sans-serif;
font-weight: 400;
font-style: normal;
background: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
height: 100vh;
display: flex;
}
.container {
max-width: 800px;
margin: 0 auto;
}
.main-content {
border-radius: 70% 20% /120px 40% 230px 200px;
background-color:#fcfdf0;
padding-bottom: 20px;
}
hr {
width: 150px;
margin: 0 auto;
border: 1px solid rgba(255,192,203, 0.3);
}
h1 {
text-align: center;
font-family: "canada-type-gibson", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 70px;
margin-top: 30px;
}
h2 {
text-align: center;
padding: 6px;
font-size: 18px;
}
img {
display: block;
margin: 0 auto;
max-width: 100%;
padding: 8px;
border-radius: 20px;
}
figcaption {
text-align: center;
font-size: 10px
}
p {
line-height: 1.8;
font-size: 14px;
margin: 20px 90px 5px 90px;
}
#link-wiki {
margin: 5px 90px;
}
button {
display: block;
margin: 0 auto;
background-color: transparent;
color: #000;
font-size: 18px;
padding: 15px 30px;
border: 2px solid #e1e4bf;
border-bottom-width: 4px;
font-family: "canada-type-gibson", sans-serif;
font-weight: 500;
font-style: normal;
text-transform: uppercase;
box-shadow: 2px 2px 3px #b7b7b7;
}
button:hover {
opacity: 0.9;
cursor: pointer;
transition: all 400ms ease-in-out;
background-color: #e1e4bf;
}
footer {
text-align: center;
margin: 10px;
}
.devAlana {
font-family: "bimbo-pro-jumbo", sans-serif;
font-weight: 500;
font-size: 18px;
}
.iconFooter {
color: #ff47a9;
}
#alana-maia {
border: none;
}
#alana-maia:hover {
background-color: transparent;
color: #82CD47;
}
a {
text-decoration: none;
border-bottom: 4px solid rgba(255,192,203, 0.3);
transition: all 200ms ease-in-out;
}
a:link, a:visited {
color: #3C4048;
}
a:hover {
border-bottom: 4px solid rgba(255,192,203, 0);
background-color: rgba(255,192,203, 0.3);
}
a:active {
color: #F6FFDE;
}
</style>
</head>
<body>
<div class="container">
<div class="main-content">
<h1>fuji x100v</h1>
<h2>my new 📸 obsession</h2>
<hr>
<br>
<figure>
<img src="https://s3.amazonaws.com/shecodesio-production/uploads/files/000/081/504/original/fujifilm-x100v.jpg?1683818760" alt="Fuji x100v Camera" width="600px">
<figcaption><strong>credits</strong>: photo by <a href="https://www.5050travelog.com/camera-and-lens-reviews/fujifilm-x100v-camera-review" target="_blank">5050travelog</a></figcaption>
</figure>
<p>The <em>Fujifilm X100V</em> (Roman Numeral "Fifth"), announced on February 4, 2020, is the successor to the Fujifilm X100F. It features a redesigned lens, a fourth generation X-Trans sensor, a 2-way tilting rear LCD screen, and partial weather resistance. The camera also includes additional <span>film simulation modes</span> and other software improvements.</p>
<p id="link-wiki"><a href="https://en.wikipedia.org/wiki/Fujifilm_X100" target="_blank" alt="fuji x100v camera">Learn more on Wikipedia</a></p>
<button class="buy-button">you want it?</button>
</div>
<footer>
<p>💻 coded by </p>
<div class="devAlana"><a href="https://github.com/nicegrrrl" target="_blank" id="alana-maia">Alana Maia</a></div>
<i class="fa-solid fa-code iconFooter"></i>
<i class="fa-regular fa-face-laugh-wink iconFooter"></i>
</footer>
</div>
<script>
let buyButton = document.querySelector(".buy-button");
buyButton.addEventListener("click", function() {
let name = prompt("What is your name?");
let email = prompt("What is your email address?");
let emoji = prompt("What is your favorite emoji?");
if (!name == "" &&
!email == "" &&
!emoji == ""
) {
alert(`Thank you, ${name}! We'll be in touch by email, meanwhile take a lot of shots with your phone! ${emoji}`);
}
});
</script>
</body>
</html>