-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
201 lines (156 loc) · 5.71 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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!----section1-->
<section class="header1">
<nav class="nav">
<div class="logo">
<img src="./pictures/capture.jpg"alt=""style="width:40px;height:30px">
</div><br>
<div class="navLinks" id="mylinks">
<a href="index.html">PAGES</a>
<a href="#">OUR MEMBERS</a>
<a href="#">GALLERY</a>
<a href="#">NEWS</a>
<a href="./contacts.html">CONTACTS</a>
<div class="appointment">
<button type="submit">APPOINTMENT</button>
</div>
</div>
<a href="javascript:void(0);"class="icon"onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</nav>
</section>
<!----section2-->
<section class="header2">
<div class="background">
<h3>About</h3>
<span>HOME</span> / <span>PAGES</span> / <span>ABOUT</span>
</div>
</section>
<!----section3-->
<section class="section3">
<h2>Welcome to <span style="color:#533e35">Power Learn Project</span> Group 29</h2>
<p>
Group 29 is a group of programmers who have an interest in the latest trends and eager to <br>
participate in any continuing education opportunities that are available. <br>
They thrive in finding ways to make something work, despite the odds.<br>
</p>
</section>
<!---section4-->
<section class="section4">
<div class="card" style="width:50%">
<h2>Testimonials</h2>
<p>
"I am reaching out to thank you for the good work done.<br>
I am confident in your ability to deliver the best always”<br>
</p>
<h3>Christine Munga</h3><br>
</div>
<div class="card" style="width:50%">
<div class="card-image christine"></div>
</div>
</section>
<!---section5-->
<section class="container">
<!------first member-->
<div class="card">
<h2>OUR MEMBERS</h2>
<div class="card-image car1"></div>
<h2>Adambo Allan</h2>
<p>
Through experience, practice, and exposure, Adambo can write optimized code.
He believes in planning with proper architecture in place and delivers quality
work by being slow and steady?
</p>
<a href="">READ MORE</a>
</div>
<!------second member-->
<div class="card">
<div class="card-image car2"></div>
<h2>Omondi Brayan</h2>
<p>
Omondi is a developer who is always willing to adapt.He has a
flexible personality that can easily adjust to the evolution of technology or processes.
He keeps up to date with the latest technologies and varies his roles according to the needs of
the day, and in some cases, the hour.
</p>
<a href="">READ MORE</a>
</div>
<!------third member-->
<div class="card">
<div class="card-image orinda"></div>
<h2>Orinda Felix</h2>
<p>
Orinda is always commited to the goal.
The team is confident about him and he can be relied on since he
is a regular and clear communicator.
</p>
<a href="">READ MORE</a>
</div>
<!------fourth member-->
<div class="card">
<div class="card-image loveryln1"></div>
<h2>Akoth Lovelyn</h2>
<p>
Akoth is a understands the importance of innovation and spends time on it.
She has excellent programming skills and has a great level of proficiency
in related technologies.
</p>
<a href="">READ MORE</a>
</div>
<!------fifth member-->
<div class="card">
<div class="card-image elgar"></div>
<h2>Mokaya Elgar</h2>
<p>
Elgar is a great problem solver with a can do attitude.
With the right tools ,she can come up with
with innovative solutions for any complication she faces.
</p>
<a href="">READ MORE</a>
</div>
</section>
<section class="section6">
<div class="card">
<h2>Navigation</h2>
<div class="content-navigation">
<a href="#">pages</a>
<a href="#">gallery</a>
<a href="#">our members</a>
<a href="#">news</a>
<a href="#">our contacts</a>
</div>
</div>
<div class="card">
<h2>Our Contacts</h2>
<div class="content-navigation">
<h4></h4>
<h4>phone:0799497771</h4>
<h4>email:web29@gmail.com</h4>
</div>
</div>
<div class="card">
<div class="content-navigation">
<label for="newsletter">Newsletter</label>
<input type="search"name="Search"placeholder="search newsletter">
</div>
</div>
</section>
<section>
<footer>
</footer>
</section>
<script src="./index.js" async defer></script>
</body>
</html>