-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (177 loc) · 8.19 KB
/
index.html
File metadata and controls
241 lines (177 loc) · 8.19 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Portfolio website for web developer">
<meta name="keywords"
content="portfolio, web development, web developer, web design, web designer, code, coding, business">
<meta name="author" content="dukibu">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Frivizn Portfolio</title>
<link href="https://fonts.googleapis.com/css?family=Esteban|Montserrat:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Header -->
<header role="banner">
<div class="nav-wrap">
<!-- Logo -->
<a class="logo" href="index.html" title="Frivizn logo">Frivizn</a>
<!-- Hamburger menu icon -->
<div class="menu-icon"><img src="images/menu-icon.svg" alt="Menu icon"></div>
<!-- Navigation -->
<nav id="navbar" class="navbar" role="navigation">
<ul>
<li class="active"><a href="#home" title="Home">Home</a></li>
<li><a href="#about" title="About">About</a></li>
<li><a href="#services" title="Services">Services</a></li>
<li><a href="#portfolio" title="Portfolio">Portfolio</a></li>
<li><a href="#contact" title="Contact">Contact</a></li>
</ul>
</nav>
</div><!-- End of class="nav-wrap" -->
</header>
<!-- Main -->
<main role="main">
<!-- Hero -->
<div id="home" class="hero">
<div class="content-wrap">
<h1>We are <span>Frivizn</span></h1>
<p>A professional web design agency</p>
<a class="btn" href="#about">Learn more</a>
</div>
</div><!-- End of class="hero" -->
<!-- About -->
<section id="about" class="about">
<div class="content-wrap">
<div class="container">
<h2>About Us</h2>
<h3>We inspire clients to make their most challenging business decisions with confidence.</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam nam rerum harum qui aliquam? Sint
consequatur
illo autem harum similique.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium, quos ullam autem blanditiis iste
voluptas? Dolorum accusantium dignissimos voluptas mollitia dolore veritatis, consequuntur recusandae ex
eius
harum iusto amet quas?</p>
</div><!-- End of class="container" -->
<div class="about-img">
<img src="images/about-image.jpg" alt="Our team">
</div>
</div><!-- End of class="content-wrap" -->
</section><!-- End of class="about" -->
<!-- Services -->
<section id="services" class="services">
<h2>Services</h2>
<div class="content-wrap">
<div class="single-service">
<img src="images/desktop-icon.svg" alt="Desktop icon">
<h3>Web Development</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque illo quo voluptatem, perferendis
doloremque
explicabo!</p>
<a class="btn" href="#services">Learn more</a>
</div><!-- End of class="single-service" -->
<div class="single-service">
<img src="images/mobile-icon.svg" alt="Mobile phone icon">
<h3>App Development</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque illo quo voluptatem, perferendis
doloremque
explicabo!</p>
<a class="btn" href="#services">Learn more</a>
</div><!-- End of class="single-service" -->
<div class="single-service">
<img src="images/marketing-icon.svg" alt="Marketing icon">
<h3>Marketing</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque illo quo voluptatem, perferendis
doloremque
explicabo!</p>
<a class="btn" href="#services">Learn more</a>
</div><!-- End of class="single-service" -->
</div><!-- End of class="content-wrap" -->
</section><!-- End of class="services" -->
<!-- Portfolio -->
<section id="portfolio" class="portfolio">
<h2>Our Portfolio</h2>
<div class="content-wrap">
<div class="single-img">
<img src="images/project-computer.jpg" alt="Laptop computer">
<a class="single-icon" href="#"><img src="images/eye-icon.svg" alt="Eye icon"></a>
</div>
<div class="single-img">
<img src="images/project-app.jpg" alt="Mobile phone">
<a class="single-icon" href="#"><img src="images/eye-icon.svg" alt="Eye icon"></a>
</div>
<div class="single-img">
<img src="images/project-marketing.jpg" alt="Planning">
<a class="single-icon" href="#"><img src="images/eye-icon.svg" alt="Eye icon"></a>
</div>
<div class="single-img">
<img src="images/project-app-servis.jpg" alt="Girl holding a phone">
<a class="single-icon" href="#"><img src="images/eye-icon.svg" alt="Eye icon"></a>
</div>
<div class="single-img">
<img src="images/project-fashion.jpg" alt="Fashion website">
<a class="single-icon" href="#"><img src="images/eye-icon.svg" alt="Eye icon"></a>
</div>
<div class="single-img">
<img src="images/project-seo.jpg" alt="Screen with statistics">
<a class="single-icon" href="#"><img src="images/eye-icon.svg" alt="Eye icon"></a>
</div>
</div><!-- End of class="content-wrap" -->
</section><!-- End of class="portfolio" -->
<!-- Contact -->
<section id="contact" class="contact">
<h2>Contact Us</h2>
<div class="content-wrap">
<section class="contact-info">
<h3>Contact Info</h3>
<h4>Address:</h4>
<p>123 main Street</p>
<p>New York, NY 10000</p>
<h4>Phone:</h4>
<p>+1 800 123 4567</p>
<div class="social-media">
<a class="social-media-icon" href="https://twitter.com" target="_blank"><img src="images/twitter-icon.svg"
alt="Twitter icon"></a>
<a class="social-media-icon" href="https://facebook.com" target="_blank"><img src="images/facebook-icon.svg"
alt="Facebook icon"></a>
<a class="social-media-icon" href="https://instagram.com" target="_blank"><img
src="images/instagram-icon.svg" alt="Instagram icon"></a>
<a class="social-media-icon" href="https://linkedin.com" target="_blank"><img src="images/linkedin-icon.svg"
alt="Linkedin icon"></a>
</div>
</section><!-- End of class="contact-info" -->
<section class="contact-form">
<h3>Send Us a Message</h3>
<form class="form-fields" action="index.php">
<div><input type="text" name="name" placeholder="Name" required></div>
<div><input type="email" name="email" placeholder="Email" required></div>
<div><textarea name="message" rows="5" placeholder="Message" required></textarea></<div>
<div><button class="btn" type="submit">Send</button></div>
</form>
</section><!-- End of class="contact-form" -->
</div><!-- End of class="content-wrap" -->
</section><!-- End of class="contact" -->
</main>
<!-- Footer -->
<footer role="contentinfo">
<p>2019 © by Frivizn Studio</p>
</footer>
<!-- <script src="js/modernizr.js"></script> -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<!--
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set','transport','beacon'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
-->
</body>
</html>