-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
74 lines (68 loc) · 4.02 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
<!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=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="description" content="PhotoShot is stand for uploading photos">
<meta name="keywords" content="photos, photo upload, image, stock image, stock media">
<meta name="author" content="Wow Rakibul">
<title>PhotoShot - Boost Photography Career</title>
<link rel="icon" href="https://wowrakibul02.github.io/uixgen/assets/favicons/favicon-16x16.png" type="image/png"
sizes="16x16">
<link rel="icon" href="https://wowrakibul02.github.io/uixgen/assets/favicons/favicon-32x32.png" type="image/png"
sizes="32x32">
<link rel="icon" href="https://wowrakibul02.github.io/uixgen/assets/favicons/favicon-32x32.png" type="image/png"
sizes="48x48">
<link rel="apple-touch-icon" href="https://wowrakibul02.github.io/uixgen/assets/favicons/favicon-32x32.png"
sizes="180x180">
<link rel="icon" href="https://wowrakibul02.github.io/uixgen/assets/favicons/favicon-32x32.png" sizes="192x192">
<link rel="msapplication-TileImage" content="ms-icon-144x144.png">
<link rel="mask-icon" href="https://wowrakibul02.github.io/uixgen/assets/favicons/safari-pinned-tab.svg"
color="#">
<link rel="stylesheet" href="/photoshot/style.css">
<link rel="stylesheet" href="/photoshot/assets/css/root.css">
<link rel="stylesheet" href="/photoshot/assets/css/responsive.css">
<link rel="stylesheet" href="/photoshot/assets/animation/scroll.css">
</head>
<body id="home">
<section class="header">
<img src="/photoshot/assets/icons/outline/menu.svg" alt="" class="icon">
<div class="logo-container">
<img src="https://cdn0.iconfinder.com/data/icons/apple-apps/100/Apple_Photos-512.png"
alt="PhotoShot logo" class="logo">
<span class="logo-txt">PhotoShot</span>
</div>
<nav class="nav-container">
<ul class="nav-contents">
<li class="list-items"><a href="#home" id="top-nav"> home </a></li>
<li class="list-items"><a href="/photoshot/pages/stock.html" id="top-nav"> stock photos </a></li>
<li class="list-items"><a href="/photoshot/pages/stock.html" id="top-nav"> stock photos </a></li>
<li class="list-items"><a href="/photoshot/pages/stock.html" id="top-nav"> stock photos </a></li>
</ul>
<div class="right-nav">
<ul class="documentation">
<li class="doc-items"><a href="/photoshot/pages/about.html" id="top-nav"> about us </a></li>
<li class="doc-items"><a href="/photoshot/pages/about.html" id="top-nav"> Features </a></li>
</ul>
<div class="user-actions">
<button type="button" id="submit"> submit </button>
<div class="user-profile" id="usp">
<img src="https://img.freepik.com/premium-photo/cartoon-character-with-blue-shirt-glasses_561641-2088.jpg"
alt="user avatar" class="user-avatar">
<span class="user-name"> wow rakibul</span>
</div>
</div>
</div>
</nav>
</section>
<section class="hero">
<div class="hero-title"> Your Photography career take to next level and earn more </div>
<form action="/photoshot/pages/stock.html" method="get" style="width: 115%;" class="bounce">
<input type="text" placeholder="enter search..." id="search">
</form>
</section>
</body>
</html>