-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (68 loc) · 1.61 KB
/
index.html
File metadata and controls
72 lines (68 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sample page</title>
<meta name="description" content="Sample page" />
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Roboto&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="homepage">
<div class="homepage__headings">
<h1>Welcome to our workshop!</h1>
<h2>Please add your name to the participants list.</h2>
</div>
<ul class="homepage_list">
<li>1. Natalia</li>
<li>2. Rasto</li>
<li>3. Marek Paukert</li>
<li>4. Filip</li>
<li>5.</li>
<li>6.</li>
<li>7.Anshuman</li>
<li>8.</li>
<li>9.</li>
<li>10. Jānis</li>
<li>11.</li>
<li>12.</li>
<li>13. Eremiell</li>
<li>14.</li>
<li>15.</li>
<li>16.</li>
<li>17.</li>
<li>18.</li>
<li>19.</li>
<li>20.</li>
<li>21. Yuli B.</li>
<li>22.</li>
<li>23.</li>
<li>24.</li>
<li>25.</li>
<li>26.</li>
<li>27.</li>
<li>28.</li>
<li>29.</li>
<li>30.</li>
<li>31.</li>
<li>32.</li>
<li>33.</li>
<li>34.</li>
<li>35.</li>
<li>36.</li>
<li>37.</li>
<li>38.</li>
<li>39.</li>
<li>40.</li>
<li>41.</li>
<li>42. Tim</li>
</ul>
<div>
<a href="slides/dist/index.html">HacktoberFest presentation</a>
</div>
</div>
</body>
</html>