forked from corn-flour/code4fun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (60 loc) · 3.07 KB
/
index.html
File metadata and controls
64 lines (60 loc) · 3.07 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/style1.css"/>
<link rel="stylesheet" type="text/css" href="css/styleindex.css"/>
<title>Home</title>
</head>
<body>
<nav>
<a class="logo" href="index.html"><img src="images/logoplaceholder.png" alt="logo"/></a>
<a id="selected" href="index.html#aboutus">About us</a>
<a href="articles.html">Articles</a>
<a href="members.html">Members</a>
<a href="activities.html">Activities</a>
<a href="contact.html">Contact us</a>
<a href="join.html">Join us</a>
</nav>
<main>
<section id="topsection">
<div id="welcome">
<h1>Welcome to</h1>
<h2>Code 4 Fun</h2>
<div id="arrow"><a href="#aboutus"><img src="images/arrow.png" alt="arrow down"/></a></div>
</div>
<div class="background"></div>
</section>
<div id="aboutus">
<h1>About us</h1>
<hr id="decoline">
<div class = column1home>
<div class="presentvideo">
<video controls>
<source src="videos/presentation.mp4" type="video/mp4">
<source src="videos/presentation.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Presentation
</div>
<div class="presentvideo">
<!-- TODO: Change to new video -->
<video controls>
<source src="videos/presentation.mp4" type="video/mp4">
<source src="videos/presentation.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Test video
</div>
</div>
<div class = column2home>
We are the first student initiated club that focuses in Information Technology and runs within the premises of Fairleigh Dickinson University, Vancouver Campus. After a group of friends realized that students needed help learning codes and guidance through lectures and assignments, they planned for making a club that does all tasks on campus related to information technology. With a total of 9 board members and two advisors, the club was officially founded in 14th September 2018. We also have plans to organize an annual treasure hunt every spring semester where student(s) can sign up and participate. All the participants will be awarded certificate of participation and the winners will be prized. We also conduct various programs such as study sessions and seminars from professional IT engineers so as to help students catch up in both the university and the actual world. We have a mission to help students in their academic journey by providing every support possible.
</div>
</div>
</main>
<footer>
<hr id="line">
To be updated
</footer>
</body>
</html>