-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Let's Code</title>
<meta name="description" content="Let's Code team. Our projectsL eye2eye.fun, twitch channel letscode_io">
<link rel="shortcut icon" href="/favicon.png" type="image/png" />
<link rel="stylesheet" href="./normalize.css">
<link rel="stylesheet" href="./mobile-styles.css">
<link rel="stylesheet" href="./styles.css" media="screen and (min-width: 768px)">
</head>
<body>
<main class="main">
<header class="header">
<img src="./images/logo.svg" class="logo" alt="Let's Code Logo"/>
<h1 class="headline">Let's Code</h1>
</header>
<section class="section">
<h2 class="section-headline">Projects</h2>
<div class="section-item">
<h3 class="section-sub-headline">eye2eye.fun</h3>
<p class="description">Choose your ideal world</p>
<a href="https://eye2eye.fun/">eye2eye.fun</a>
</div>
<div class="section-item">
<h3 class="section-sub-headline">Twitch `Let's Code`</h3>
<p class="description">Sometimes we stream coding stuff.</p>
<a href="https://www.twitch.tv/letscode_io">letscode_io</a>
</div>
</section>
<section class="section">
<h2 class="section-headline">Team</h2>
<div class="section-item">
<h3 class="section-sub-headline">Marat</h3>
<a href="https://github.com/esender">github.com/esender</a>
</div>
<div class="section-item">
<h3 class="section-sub-headline">Emil</h3>
<a href="https://github.com/vaihtovirta">github.com/vaihtovirta</a>
</div>
</section>
</main>
</body>
</html>