forked from mdemop/gittrainingdemowcdenver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (57 loc) · 1.97 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
<!DOCTYPE html>
<head>
<style>
body {
background-color: #BADA55;
}
h1 {
color: maroon;
margin-left: 40px;
}
.im {
border-radius: 50%;
position: relative;
float: left;
width: 5em;
height: 5em;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<title>WordCamp Denver Git Training Website!</title>
<marquee>WordCamp Denver's Git class has the best website in the world!</marquee>
<p>
<a href="linktoyourgithub.page"> Student 1 Name <img src="http://images.indianexpress.com/2016/04/12592250_903691643076358_6115484917659803342_n820.jpg?w=820"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 2 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 3 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 4 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 5 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 6 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 7 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<p>
<a href="linktoyourgithub.page"> Student 8 Name <img src="https://upload.wikimedia.org/wikipedia/commons/2/2c/Rotating_earth_%28large%29.gif"> </a>
</p>
<br />
<br />
<br />
<br />
<h1 text-align: left;> Thanks for atttending and making it awesome!!!!!!</h1>
<h1 text-align: center;> Always feel free to reach out at mcdwayne.com </h1>
</p>
</body>