-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (71 loc) · 1.86 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
<!DOCTYPE HTML
<HTML>
<title> HTML+JS </title>
<h1> About Me </h1>
<p> I'm 16 years old and in Transition Year. Im very interested in learing computer coding and video games.</p>
<h2>Profile Pic</h2>
<img src="/home/rh-student/Downloads/N09_1B00_400x400.jpg"
<br><h3> Hobbies/Interests </h3>
<ol>
<li>Gaming</li>
<li>Taekwondo</li>
<li>Coding</li>
<li>Football</li>
<li>Basketball</li>
</ol>
</br>
<h4> Contact </h4>
Email: kieranhanrahan2002@gmail.com
<style>
a:link {
color: green;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
<a href="https://twitter.com/Radify_">Click to visit my Twitter!!!</a>
<h1>Week 4 at RedHat</h1>
Today we learned alot in terms of computer coding.We done some more Js(JavaScript)and HTML(Hyper Text MarkUp Language).
We made a website and added some personal details.We also sat in on Daimins "StandUp" meeting.We were introduced to "Twine" which is a website that lets you make a word based game where you make a decision and every decsision leads you somewhere different.
<style>
a:link {
color: green;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: pink;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
</style>
<a href="https://github.com/KieranHanrahan/KieranHanrahan.github.io">Link to my github Repo CLICKKK</a>
</head>
<body>
</body>
</html>