-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (59 loc) · 2.03 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Web Development and Design">
<meta name="keywords" content="web development, web design, front-end, site">
<meta name="author" content="Wyrun | Max Shytov">
<title>A Web Developer</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="header">
<div class="container">
<h1>
<p class="h1">Hi! I'm <span class="highlight">Wyrun</span></p><p class="h2"> I'm a <span class="highlight">Front-End Web Developer.</span> I can design and build a site for you. I can also turn your design into a working site.</p>
</h1>
</div>
</header>
<article class="main">
<div class="container">
<div class="h3">
<h2>Wyrun</h2>
</div>
<div class="blackThemed">
<section id="showcase">
<div id="projects">
<div id="slides">
<img src="img/img1.jpeg" alt="" id="img">
</div>
<div id="project-info">
<h4>We're Open</h4>
<p>You can ask me for a site for your business. I would be really happy to get more experience because I'm trying to grow and I'm passionate about learning, coding and creating. I'm constantly studying and trying to get more skills.</p>
</div>
</div>
</section>
<div id="contacts">
<div id="Facebook" class="link">
<a href="https://www.facebook.com/profile.php?id=100018480420028" target="_blank">My Facebook</a>
</div>
<div id="GitHub" target="_blank" class="link">
<a href="https://github.com/Wyrun">My GitHub</a>
</div>
<div id="Email">
<p>[email protected]</p>
</div>
<div id="Discord">
<p>Wyrun#3506</p>
</div>
</div>
</div>
</div>
</article>
<footer>
<p>© 2018 Max Shytov | Wyrun</p>
</footer>
</body>
</html>