-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (64 loc) · 3.25 KB
/
index.html
File metadata and controls
72 lines (64 loc) · 3.25 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
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pavel Ispravnikov | Communication Designer</title>
<!-- bootstrap + normalize first -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container-fluid pavelisp-header">
<div class="row">
<div class="col-sm-7">
<div class="logo">
<img src="img/PavelIsp-Logo.svg" />
<span class="menu-toggle">Menu</span>
</div>
</div>
<div class="col-sm-5">
<div class="menu-button">
</div>
<nav>
<a href="#">About</a>
<a href="#">Work</a>
<a href="#">Contact</a>
</nav>
</div>
</div>
<div class="container-fluid pavelisp-hero">
<div class="row">
<div class="col-sm-4 col-sm-offset-1">
<div class="pavelisp-description">
<h1>
<i>
<span>Pavel Isp</span> is a Communication designer who specializes in all things <span>digital</span> and <span>print</span>.
</i>
</h1>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
<div class="col-sm-3"><a href="" class="home-portitem"><h3>Project name</h3><p>Short Description</p></a></div>
</div>
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>