-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
151 lines (125 loc) · 6.6 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html>
<head>
<title>Sydney Grammar Computer Club</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Sydney Grammar Computer Club</h1>
</header>
<div id="container">
<div class="box">
<div id="who-front">
Who?
</div>
<div id="who-back">
<div class="vcenter"></div>
<div class="back-text">
We're a group of tech enthusiasts at Sydney Grammar who run a club which anyone can join. We explore various
aspects of technology and like to share and experiment with various tools and languages.
</div>
</div>
</div>
<div class="box">
<div id="what-front">
What?
</div>
<div id="what-back">
<div class="vcenter"></div>
<div class="back-text">
This year, we give you a choice of what <em>you</em> want to do. You can learn programming with Python,
learn to design websites with HTML and CSS or anything else tech-related of your choosing.
</div>
</div>
</div>
<div class="box">
<div id="where-front">
Where?
</div>
<div id="where-back">
<div class="vcenter"></div>
<div class="back-text">
We congregate in P23 most Wednesday lunches.
</div>
</div>
</div>
<div class="box-2">
<div id="tutorial-heading">
Tutorials
</div>
<div id="tutorial-content">
<h3>HTML/CSS</h3><br/>
<h4>Tutorials</h4>  
<a href="https://github.com/sgscomputerclub/tutorials-website"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<h4>Code Academy</h4>  
<a href="http://www.codecademy.com/en/tracks/web"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<h4>Code Avengers</h4>  
<a href="http://www.codeavengers.com/web/"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<hr />
<h3>Python</h3><br />
<h4>Tutorials</h4>  
<a href="https://github.com/sgscomputerclub/tutorials-python"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<h4>LearnPython.org</h4>  
<a href="http://www.learnpython.org/"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<h4>Code Academy</h4>  
<a href="http://www.codecademy.com/en/tracks/python"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<h4>Code Avengers</h4>  
<a href="http://www.codeavengers.com/python"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<hr />
<h3>JavaScript</h3><br />
<h4>Code Academy</h4>  
<a href="http://www.codecademy.com/en/tracks/javascript"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<h4>Code Avengers</h4>  
<a href="http://www.codeavengers.com/javascript"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<hr />
<h3>C</h3><br />
<h4>Tutorials</h4>  
<a href="https://github.com/sgscomputerclub/tutorials-c"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<hr />
<h3>Linux</h3><br />
<h4>Tutorials</h4>  
<a href="https://github.com/sgscomputerclub/tutorials-linux"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
<hr />
<h3>Miscellaneous</h3><br />
<h4>Hour of Code</h4>  
<a href="http://code.org/learn"><img width="32" height="32" xlink:href="html.svg" src="html.png"></img></a><br />
</div>
</div>
<div id="container-rightsidebottom">
<div class="box-3">
<div id="links-heading">
Links
</div>
<div id="links-content">
<a href="http://notepad-plus-plus.org/download/">Notepad++ (Code Editor)</a><br />
<a href="http://www.geany.org/Download/ThirdPartyPackages">Geany (Code Editor)</a><br />
<a href="http://www.barebones.com/products/textwrangler/download.html">TextWrangler (Code Editor)</a><br />
<a href="http://ttf2woff.com/">Convert TFF to WOFF</a><br />
<a href="https://filezilla-project.org/download.php?type=client">FileZilla (FTP Client)</a><br />
<a href="http://www.000webhost.com/">000webhost (Free Web Hosting)</a><br />
<a href="http://www.w3schools.com/tags/">List of HTML Tags</a><br />
<a href="http://www.w3schools.com/cssref/">List of CSS Properties</a><br />
<a href="https://www.python.org/">Python.org</a><br />
<a href="https://www.virtualbox.org/">VirtualBox</a><br />
<a href="http://lubuntu.net/">Lubuntu</a><br />
<a href="http://bellard.org/tcc/">TCC Compiler</a>
</div>
</div>
<div class="box-4">
<div id="github-heading">
Github
</div>
<div id="github-content">
<p>This source of this webite can be found <a href="https://github.com/sgscomputerclub/computer-club-site">on one of our Github repositories.</a></p>
</div>
</div>
</div>
</div>
</body>
<script src="//cdn.jsdelivr.net/instantclick/3.0.1/instantclick.min.js"></script>
<!-- <footer>
<small>Website created by Bentley Carr.</small>
</footer> -->
<script>InstantClick.init(true);</script>
</html>