-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (120 loc) · 3.8 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Freelancer</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Domine:400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
</head>
<body>
<header class="intro">
<div class="intro-content">
<figure class="intro-img"></figure>
<div class="container">
<div class="logo"><h2>Freelancer <span>.</span></h2></div>
<div class="main-nav">
<nav>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#"><img src="Twitter.png" alt=""></a></li>
<li><a href="#"><img src="Facebook.png" alt=""></a></li>
</ul>
</nav>
</div>
</div>
<div class="slider">
<div class="container">
<h1>Intelligence is nothing without ambition<span>.</span></h1>
<p>We're small but impressive creative agency.</p>
<a href="#" class="intro-btn">read more</a>
</div>
</div>
</div>
</header>
<main>
<section>
<div class="container">
<div class="snippets">
<ul>
<li>
<h2>Peace <br>of mind<span>.</span></h2>
<p>You're safe with us. The privacy and security of financial information is our top priority.</p>
<a href="#" class="links">more</a>
</li>
<li>
<h2>free<span>.</span> <br>actually free</h2>
<p>No more pricing grids. No more print. Sending and receiving cash is free without gimmicks.</p>
<a href="#" class="links">more</a>
</li>
<li>
<h2>simple <br>payments<span>.</span></h2>
<p>The same debit card you use to buy coffee lets deposit money straight to your bank account.</p>
<a href="#" class="links">more</a>
</li>
</ul>
</div>
<div class="portfolio">
<div class="box1"></div>
<div class="box2">
<h1>Portfolio<span>.</span></h1>
<p class="port">We are small, but strong team</p>
<p>No more pricing grids. No more print. Sending and receiving cash is free without gimmicks.</p>
<p>The same debit card you use to buy coffee lets deposit money straight to your bank account.</p>
<a href="#" class="links">more</a>
</div>
</div>
<div class="team">
<h1>Our team<span>.</span></h1>
<p>They are big but still friendly.</p>
<ul>
<li class="joey">
<div class="img"></div>
<div class="team-cont">
<h3>Joey</h3>
<h5 class="red">Web developer</h5>
<p>Coffee lover. Always on bike. iPhone fan.</p>
</div>
</li>
<li class="matt">
<div class="img"></div>
<div class="team-cont">
<h3>Matt</h3>
<h5 class="red">Web designer</h5>
<p>MTB Biker. Photoshop Master. Loving Father.</p>
</div>
</li>
<li class="mike">
<div class="img"></div>
<div class="team-cont">
<h3>Mike</h3>
<h5 class="red">Copywriter</h5>
<p>Drummer. Soup lover. Beer Drinker. Cyclist.</p>
</div>
</li>
</ul>
<a href="#" class="links">more</a>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="social-icons">
<ul>
<li><a href="#"><img src="Twitter1.png" alt=""></a></li>
<li><a href="#"><img src="Instagram.png" alt=""></a></li>
<li><a href="#"><img src="facebook1.png" alt=""></a></li>
<li><a href="#"><img src="google+.png" alt=""></a></li>
</ul>
</div>
<p>© Freelancer - Designed by Wojtek Kwiatkowski</p>
</div>
</footer>
</body>
</html>