-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (40 loc) · 1.69 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
<!DOCTYPE html>
<html>
<head>
<title>CostaRica2022></title>
<link href="styles.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="header">
<div>
<h1>Coding. That's it.</h1>
</div>
<p><em>I built this while on vacation in Costa Rica.</em></p>
<p><em>I hope it helps you ship your first project at Hack Club</em></p>
<div>
<img id="surf-img" src="https://cloud-8tu1nmw6k-hack-club-bot.vercel.app/0screen_shot_2022-02-26_at_3.43.50_pm.png">
</div>
<button id ="surf2">Click here for the 3 steps to create your project!</button>
<div>
<img id="horse-img"
src="https://cloud-def932b8b-hack-club-bot.vercel.app/0img_1195.jpg">
</div>
<button id ="surf3">Click 3 times for the next 3 steps to make you repo on GitHub</button>
<div>
<img id="vista-img" src="
https://cloud-gap37wi12-hack-club-bot.vercel.app/0img_0996.jpg">
</div>
<button id ="surf4">Click 3 times for the next 3 steps to push your latest code to GitHub</button>
<div>
<img id="reptile-img" src="
https://cloud-mr7avsgd1-hack-club-bot.vercel.app/0img_1012.jpg">
</div>
<button id ="surf5">Deploy your project!</button>
<div>
<img id="main-img"
src="https://cloud-15an7mqy8-hack-club-bot.vercel.app/0screen_shot_2022-02-26_at_3.22.29_pm.png">
</div>
<button id ="surf6">Good luck with your project!!</button>
<script src="script.js"></script>
</body>
</html>