-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
113 lines (77 loc) · 4.18 KB
/
aboutus.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
112
113
<!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">
<link rel="stylesheet" href="css/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=Carter+One&family=Inter:wght@100;400&family=Montserrat:wght@200&family=Urbanist:wght@100&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Linking</title>
</head>
<body>
<section class="navbar">
<div class="header">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="#">Competitions</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="signin.html"><span class="blue"> Sign In</span></a></li>
</ul>
<div class="intro">
<a href="index.html" class="logo" ><h2><span class="pink">L</span>inking</h2></a>
</div>
</div>
<div class="scrolldown"></div>
</section>
<section id="aboutus1" >
<div class="aboutimage"> <img src="images/aboutus-removebg-preview.png" alt=""></div>
<div class="abouttext"><h4> Easy access to competition links in various categories from the comfort of wherever you are!</h4></div>
</section>
<section id="aboutus2" >
<div class="team"><h4> Meet Our Team</h4></div>
<div class="teamcontainer">
<div class="ted" >
<img src="images/ted.png" alt="man avatar">
<h4 class="teddy">Teddy Omondi</h4>
<h4 class="cofounder"><span class="blue"> Co- Founder</span></h4>
<br>
<h5> Lorem ipsum dolor si amet,consectetur adipiscing elit. Morbi pulvinar sit amet neque nec condimentum. Morbi accumsan tristique arcu a iaculis. Aliquam condimentum lectus tellus, qui aliquam elit viverra id. Praesent consequat.</h5>
</div>
<div class="ness" >
<img src="images/ness.png" alt="woman avatar">
<h4 class="venesa">Venesa Atieno</h4>
<h4 class="cofounder"><span class="blue"> Co- Founder</span></h4>
<br>
<h5> Lorem ipsum dolor si amet,consectetur adipiscing elit. Morbi pulvinar sit amet neque nec condimentum. Morbi accumsan tristique arcu a iaculis. Aliquam condimentum lectus tellus, qui aliquam elit viverra id. Praesent consequat.</h5>
</div>
</div>
</div>
</section>
<section id="aboutus3" >
<div class="intouch"><h4> Get in touch with us</h4></div>
<div class="intouchtext"><h5>Individuals teams and communities using linking fundamentally unlock a reality of competition application that reimagines how people distribute links of competition opportunities and also gain access to the same opportunities, meeting the demands and expectations of both competitors and competition owners.</h5></div>
<form action="action_page.php" method="post">
<div class="container3">
<label for="email"><b></b></label>
<input type="text" placeholder="Enter Email" name="email" required>
<label class="message" for="message"><b></b></label>
<input type="text" placeholder="Enter Message" name="message" required>
<button class="send">Send</button>
</div>
</form>
<footer>
<a href="index.html"><h4><span class="pink">L</span>inking</h4></a>
<ul>
<li><a href="aboutus.html">Facebook</a></li>
<li><a href="#">Github</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="signin.html"><span class="blue"> Contact us</span></a></li>
</ul>
</footer>
</section>
</body>
</html>