forked from MLH/localhost-gitkraken
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (59 loc) · 2.27 KB
/
index.html
File metadata and controls
67 lines (59 loc) · 2.27 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
65
66
67
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Team Page</title>
<link href="reset.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Poppins|Ubuntu" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<span>Home</span>
<span>About</span>
</header>
<section>
<h1>Team Name</h1>
<div class="row">
<div class="left">
<p>Achieving something awesome. At scale. Better than you could do it for yourself. For money.</p>
<ul>
<li>First point</li>
<li>Second point</li>
<li>Third point</li>
</div>
<div class="right">
<p>putting text here</p>
</div>
</div>
</section>
<main>
<div class="container">
<h1>Who We Are</h1>
<!-- ## copy from here -->
<div class="about">
<div class="bio-left">
<h2>MLH Localhost</h2>
<img src="https://s3.amazonaws.com/static.mlh.io/brand-assets/logos/png/mlh-localhost-logo-dark.png" />
</div>
<div class="bio-right">
<p> MLH Localhost is a series of QAed, out-of-the-box workshops that anyone can use to learn and teach new skills </p>
</div>
</div>
<!-- to here -->
<div class="about">
<div class="bio-left">
<h2>Alex Beciana</h2>
<img src="https://scontent-lga3-1.xx.fbcdn.net/v/t1.0-9/27066821_1867915966616955_7535292612727801244_n.jpg?_nc_cat=110&_nc_ht=scontent-lga3-1.xx&oh=8f9e5a398cfe38664cace6aa8d5229c6&oe=5D6E8F37" />
</div>
<div class="bio-right">
<p> Born and raised in the suburbs of Long Island, NY (no one’s perfect). Writing the words that no one wants to read (jokes on you, you're here...I love you). The World’s Okay-est Guitarist - I play guitar and sing in a band called Ugly Americans. Living in a world of feeling nostalgic - I'm all about old cartoons and movies. I can be found at record stores, shows, behind the scenes at King Pizza Records, and always working on Sweet Static. Indulging in good times and exercising my demons. </p>
</div>
</div>
</div>
</main>
<footer>
<span>Email us at:</span>
</footer>
</body>
</html>