-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (101 loc) · 5.61 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
<!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>kapana recipes</title>
<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=Barlow+Semi+Condensed:wght@500;600&family=Karla:wght@400;700&family=Lato:wght@300&family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div id="testimonial-grid-container">
<div id="main-left">
<div id="top">
<div id="testimonial-1" class="grid-item" >
<!-----<img id="quote" src="./images/bg-pattern-quotation.svg" alt="quote"> --->
<!--- <div class="header">
<img src="./images/image-daniel.jpg" alt="“Daniel's profile picture">
<div class="header-txt">
<p class="name">Daniel Clifford</p>
<p>Verified Graduate</p>
</div>
</div> --->
<h4>have you ever heard about Kapana ?</h4>
<p>I am going to share with you an African recipes that is clalled in Namibian Kapana it is one of the most famous street food you find at most of
indiginous famous open markets.
Where will one eat KAPANA in the capital city of Namibia, Windhoek, is Oshetu open market
(also known as single quarters open Market ).</p>
<p>by clicking on the link below you will find alot of information about kapana and some beautiful images of
people enjoy their time at the different business places across the country
</p>
<a href="./recipes/kapana.html">kapana recipe here</a>
</div>
<div id="testimonial-2" class="grid-item">
<!--- <div class="header">
<img src="./images/image-jonathan.jpg" alt="Jonathan's profile picture">
<div class="header-txt">
<p class="name">Jonathan Walters</p>
<p> Verified Graduate</p>
</div>
</div> --->
<h4>The team was very supportive and kept me motivated</h4>
<p>“ I started as a total newbie with virtually no coding skills. I now work as a mobile engineer
for a big company. This was one of the best investments I’ve made in myself. ”</p>
</div>
</div>
<div id="bottom">
<div id="testimonial-3" class="grid-item">
<!---- <div class="header">
<img src="./images/image-jeanette.jpg" alt="Jeanette's profile picture">
<div class="header-txt">
<p class="name">Jeanette Harmon</p>
<p> Verified Graduate</p>
</div>
</div> --->
<h4>An overall wonderful and rewarding experience</h4>
<p>“ Thank you for the wonderful experience! I now have a job I really enjoy, and make a good living
while doing something I love. ”
</p>
</div>
<div id="testimonial-4" class="grid-item">
<!---- <div class="header">
<img src="./images/image-patrick.jpg" alt="Patrick's profile picture">
<div class="header-txt">
<p class="name">Patrick Abrams</p>
<p>Verified Graduate</p>
</div>
</div> --->
<h4>Awesome teaching support from TAs who did the bootcamp themselves. Getting guidance from them and
learning from their experiences was easy.</h4>
<p>“ The staff seem genuinely concerned about my progress which I find really refreshing. The program
gave me the confidence necessary to be able to go out in the world and present myself as a capable
junior developer. The standard is above the rest. You will get the personal attention you need from
an incredible community of smart and amazing people. ”
</p>
</div>
</div>
</div>
<div id="testimonial-5" class="grid-item">
<!--<div class="header">
<img src="./images/image-kira.jpg" alt="Kira's profile picture">
<div class="header-txt">
<p class="name">Kira Whittle</p>
<p>Verified Graduate</p>
</div>
</div> --->
<h4></h4>
<p>“ Before joining the bootcamp, I’ve never written a line of code. I needed some structure from
professionals who can help me learn programming step by step. I was encouraged to enroll by a former
student of theirs who can only say wonderful things about the program. The entire curriculum and staff
did not disappoint. They were very hands-on and I never had to wait long for assistance. The agile team
project, in particular, was outstanding. It took my learning to the next level in a way that no tutorial
could ever have. In fact, I’ve often referred to it during interviews as an example of my developent
experience. It certainly helped me land a job as a full-stack developer after receiving multiple offers.
100% recommend! ”</p>
</div>
</div>
</body>
</html>