-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathff.html
More file actions
43 lines (42 loc) · 1.87 KB
/
Copy pathff.html
File metadata and controls
43 lines (42 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Sameer.</a>
<nav class="navbar">
<a href="#" class="active">Home</a>
<a href="#">About</a>
<a href="#">Service</a>
<a href="#">Profile</a>
<a href="#">Contact</a>
</nav>
</header>
<section class="home">
<div class="home-content">
<h1>Hi, I'm Sameer Singh</h1>
<h3>Frontend development</h3>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Amet facilis optio, sapiente recusandae fuga cum incidunt saepe pariatur. Aliquam ad qui sapiente et labore ipsam quaerat dignissimos ipsa! Aliquid, sed ullam illum aliquam accusantium esse dolorum possimus laboriosam, et consequuntur, quas facere repellat laudantium provident non. Ipsam nobis harum deleniti, consequatur pariatur aliquam nesciunt possimus molestias ad ipsa aperiam temporibus est aliquid itaque repellat. Quia.</p>
<div class="btn-box">
<a href="#">Hire me</a>
<a href="#">Let's Talk</a>
</div>
</div>
<div class="home-sci">
<a href="#"><i class='bx-fw bx bxl-facebook'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
</div>
<span class="home-imghover"></span>
</section>
</body>
</html>