generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
108 lines (102 loc) · 4.93 KB
/
about.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
<!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>Document</title>
<script src="https://kit.fontawesome.com/db139aff16.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<script src="main.js" defer></script>
<script src="services.js" defer></script>
<script src="enable.js" defer></script>
<script src="popup.js" defer></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<nav class="top-nav">
<nav class="desktop-navbar background">
<span class="fa-brands fa-facebook-f"></span>
<span class="fa-brands fa-twitter"></span>
<h5> Blog </h5>
<h5> Sponsor </h5>
<h5>News </h5>
</nav>
<div class="desktop-nav">
<button type="button" class="ham-burger" id="desk">
<span class="glyphicon glyphicon-menu-hamburger"></span>
</button>
<a href="index.html">
<img class="desktop-logo" src="images/logo.jpeg" alt="Logo Image">
</a>
<div class="desktop-links">
<a href="about.html" class=" link" id="red">About</a>
<a href="#mainPage" class="link" id="mid">Services</a>
<a href="#experts" class="link" id="mid">Experts</a>
<a href="" class="link" id="mid">Partners</a>
<a href="" class="link" id="mid">Contact Us</a>
<a href="index.html" class=" link border" id="red">TECH FLOW</a>
</div>
<div class="mobile-links">
<button type="button" class="cross">
<span class="fa-solid fa-xmark"></span>
</button>
<a href="about.html" id="decoration" class=" mob-link mob-link1">About</a>
<a href="#mainPage" id="decoration" class=" mob-link mob-link2">Services</a>
<a href="#experts" id="decoration" class=" mob-link mob-link3">Experts</a>
<a href="" id="decoration" class=" mob-link mob-link4">Partners</a>
<a href="" id="decoration" class=" mob-link mob-link5">Contact Us</a>
<a href="index.html" id="decoration" class=" mob-link mob-link6">TECH FLOW</a>
</div>
</div>
</nav>
<section class="summary-page">
<h4 class="heading2">Let's grow together!</h4>
<h1 class="heading3" id="no-width">Present your business In The Digital World With Us</h1>
<div class="centre-b">
<p>Does your website have any problems? Can’t stand out in the search results? We offer free website audit
worth $150. We will evaluate together the best strategy to improve the performance of your website and
start receiving qualified leads or sales.</p>
</div>
<p class="para-a">Please contact us per Email for any further questions<br>based on your specifics! <br> <a class="p-a"
href="">info@techin.com</a></p>
</section>
<section class="logo-page">
<h3 class="logo-text">Tech Flow</h3>
<hr id="logo-line">
<div id="logo">
<img class="logo-img" src="images/logo.jpeg" alt="Tech Flow Logo">
</div>
<hr id="straight">
<h3 class="project">See Our Projects</h3>
<hr id="project-line">
<p class="container-para">Take a look at our recent projects</p>
<div class="contain">
<div id="one" class="container">
<img class="container-img" src="images/skylark-online-marketing.png" alt="project1">
<div class="centered">Google Search Campaign</div>
</div>
<div id="two" class="container">
<img class="container-img" src="images/skylark-online-marketing.png" alt="project2">
<div class="centered">Media Sharing Plugin</div>
</div>
</div>
</section>
<section class="clients" id="for-about">
<h3 class="c-l">Clients</h3>
<hr id="clients-line">
<div class="partner">
<img class="clients-img" src="images/airbnb.png" alt="client1">
<img class="clients-img" src="images/daumkakao.svg" alt="client2">
<img class="clients-img" src="images/navar.png" alt="client3">
<img class="clients-img" src="images/Google.png" alt="client4">
<img class="clients-img" src="images/mozilla.png" alt="client5">
</div>
</section>
</body>
<footer class="end" id="for-end">
<img class="end-img" src="images/logo.jpeg" alt="Tech Flow Logo">
<p class="end-para">Copyright 2023 Tech Flow PVT LTD. <br> All rights reserved.</p>
</footer>
</html>