-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvideography.html
111 lines (96 loc) · 5.13 KB
/
videography.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio | Videography</title>
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="scss/style.css">
</head>
<body class="gutter_40_body">
<!------------------------ Header start ------------------------>
<header id="header" class="header">
<div class="container-fluid">
<div class="row">
<div class="logo">
<img src="img/Icon Glasses 1.png" alt="logo">
</div>
<nav class="nav_links">
<ul class="nav_items">
<li class="nav_item"><a href="index.html">Home</a></li>
<li class="nav_item active"><a href="works.html">Works</a></li>
<li class="nav_item"><a href="about.html">About</a></li>
<li class="nav_item"><a href="contact.html">Contact</a></li>
</ul>
<i id="open_btn" class="icofont-navigation-menu d-none"></i>
</nav>
<nav class="mobile_nav_links">
<ul class="mobile_nav_items">
<li class="mobile_nav_item"><a href="index.html">Home</a></li>
<li class="mobile_nav_item active"><a href="works.html">Works</a></li>
<li class="mobile_nav_item"><a href="about.html">About</a></li>
<li class="mobile_nav_item"><a href="contact.html">Contact</a></li>
<i id="close_btn" class="icofont-close"></i>
</ul>
</nav>
</div>
</div>
</header>
<!------------------------ Header end ------------------------>
<!------------------------ Videography start ------------------------>
<section id="videography" class="videography">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="text_wrapper text_1">
<div class="page_title">
<h1>Contact Page Design</h1>
</div>
<p class="mt-4">My new design is about contact page. As my previous designs I tried to create as
clean as possible. It would be amazing if you could drop a comment on post’s Dribbble page.
</p>
<div class="row mt-4">
<div class="col-12">
<img class="w-100 mt-2 rounded-3" src="img/image 1.png">
</div>
</div>
<p class="mt-4 w-100">It was a honour to work with the FC Qarabagh on this game. The game has
ended with the result
of 4-6. Almeyda, Reshad were the stars of the game. </p>
</div>
<div class="explore mt-5">
<h1>Explore this post on Behance: </h1>
<div class="source mt-3 mt-lg-0">
<svg class="p-1 ms-0 ms-lg-3 me-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 570 514">
<path
d="M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z" />
</svg>
<span>Qarabagh - Sevilla Match</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------------------ Videography end ------------------------>
<!------------------------ Footer start ------------------------>
<footer id="footer" class="footer">
<div class="container-fluid">
<div class="row">
<div class="text_box col-12 col-lg-6">
<h1>Like my designs?</h1>
<a href="contact.html">contact <i class="icofont-long-arrow-right"></i></a>
</div>
<div class="copy_right col-12 col-lg-6">
<p>© 2022 all right reserved. Tunar Abuzar</p>
</div>
</div>
</div>
</footer>
<!------------------------ Footer end ------------------------>
<script src="jquery.min.js"></script>
<script src="bootstrap/bootstrap.min.js"></script>
<script src="index.js"></script>
</body>
</html>