-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.13 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CoCo_Welcome</title>
<link href="./css/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<script src="//fast.eager.io/RdPQkTjaJn.js"></script>
</head>
<body>
<div class="header">
<img src="cocode.png" style="display: inline-box-align; max-width: %100; height: 128px; margin-left: 15px; margin-top: 15px; ">
<p class="educators"><a href="educators.html">Educators</a></p>
</div>
<br>
<p class="welcome-text">CoCode_: collaborative CS learning for
Students</p>
<br>
<p class="welcome-subtext">Team based programming problem solving
for Computer Science exposure or experience.</p>
<div style="margin-top=20px margin-left=90px">
<a href="main.html" class="button"
style="width:180px; margin-left: 45px; margin-top: 25px; color:
white; display: inline-block;">Get Started</a>
<a href="about.html" class="button"
style="width:180px; color: white; display: inline-block;">Learn More</a>
</div>
</body>