-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 1.44 KB
/
index.html
File metadata and controls
39 lines (36 loc) · 1.44 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<title>Damn Good Coders</title>
</head>
<body>
<section class="hero is-primary" style="background-color:maroon">
<div class="hero-head">
</div>
<div class="hero-body">
<div class="container">
<h1 class="title">Damn Good Coders</h1>
<h2 class="subtitle">Software Engineering Capstone 2019<br>
Colorado Mesa University
</h2>
</div><br>
<div class="container">
<div class="container" style="padding: 1em;">
<p style="color: white;">Thane Wilson</p>
<p>Caleb Gartner</p>
<p>Joshua Mathews</p>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="subtitle">Find us on <a href="https://github.com/DamnGoodCoders">Github</a></h2>
</div>
</section>
</body>
</html>