-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 1.72 KB
/
index.html
File metadata and controls
45 lines (39 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>Runsafe J-Dev </title>
<link type="type/css" rel="stylesheet" href="RunsafeJ-Dev.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="RunsafeJ-Dev.js"></script>
</head>
<body>
<div id="mainDiv">
<div id="header">
<h1> Welcome to the fabulous Runsafe J-Dev Page!</h1><br />
<h3>You can find everything you need to know about the Runsafe J-Dev team on this website!</h3>
</div>
<div id="footer">
<div id="intro">
<strong>Some information about the Runsafe J-Dev Team</strong>
<p>The Runsafe J-Dev Team was made so people who wanted to learn how to code have the possibility to learn along with other members of the community.
The Organisation was set-up in June 2014 and specializes in different types of coding languages such as HTML, CSS, Java, JavaScript and many more.
If you want to see projects the Runsafe J-Dev Team are working on click this link to our <a href="https://github.com/Runsafe-JuniorDevTeam" target="_blank">GitHub</a>.
For more information on coding, visit <a href="http://www.codecademy.com/" target="_blank">Codecademy</a> or <a href="http://www.w3schools.com/" target="_blank">W3Schools</a>.</p>
</div>
<div id="goals">
<strong id="topic">The Goal of the Junior Dev Program:</strong><br />
<ul>
<li>To learn how to code in multiple languages</li>
<li>To create new content for the <a href="http://minecraft.runsafe.no" target="_blank">Runsafe</a> server</li>
<li>To make this webpage look much better than this</li>
</ul>
<br />
</div>
<strong id="topic">Current projects of the Runsafe J-Dev Team</strong><br />
<ul>
<li>Adding some snazzy JavaScript to this website.</li>
</ul>
</div>
</div>
</body>
</html>