generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
141 lines (118 loc) · 5.78 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="./bootstrap-5.0.2-dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="./bootstrap-5.0.2-dist/css/main.css" rel="stylesheet">
<link href="./bootstrap-5.0.2-dist/css/media-queries.css" rel="stylesheet">
<title>Globerry Couture</title>
</head>
<body>
<section>
<div class="g-space-around">
<div class="text-end g-rightbg">
<ul>
<li><a href=""><i class="fa fa-facebook"></i></a></li>
<li><a href=""><i class="fa fa-twitter"></i></a></li>
<li><a href="">English</a></li>
<li><a href="">My Page</a></li>
<li><a href="">Register</a></li>
</ul>
</div>
</div>
</section>
<section class="container-fluid g-createbg">
<header class="container">
<nav class="navbar navbar-header navbar-expand-lg navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="./images/globerry.PNG" class="top-img" alt="Globerry Logo" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
<a class="nav-link" href="about.html">About Programme</a>
<a class="nav-link" href="#">Designs</a>
<a class="nav-link createborder" href="#">REGISTER NOW</a>
</div>
</div>
</div>
</nav>
</header>
</section>
<section class="aboutbg">
<div class="container">
<h1>GLOBBERY FASHION <br/> TRAINING PROGRAMME 2022</h1>
<p class="subtitle_abt">Our training programme will kick off with lots of exerpt and practical session,
you will learn the basis of cuting and sketching, Join the moving train and move your business to the
next level. You can stop learning. If you do then fashion will move past you.
We are also having different session with different sessoned professionals and designers all over the country.
Don't miss out on this opportunity to take your career to the next level.
</p>
<div class="bg-white-color">Please contact us more questions in Globbery fashion training 2022</div>
<div class="bg-white-color">services@globerry.org</div>
</div>
</section>
<section class="abt-session">
<div class="container">
<div class="row">
<h6> Globbery Training and Fashion School 2022</h6>
<div class="col-12 exerpt-content mx-auto">
<p>This training is a once in a life time. Is a training that will make you a better person.
Don't miss out on this opportunity of making it. Our programme will start with intense
training session and continue to ensure that everything is going fine.
</p>
</div>
<div class="col-12">
<img src="./images/logo6.png" class="making-border img-fluid" alt="Globerry Logo"/>
</div>
</div>
</div>
</section>
<section class="past-trainings">
<div class="container">
<div class="row">
<div class="col-12">
<h3 class="text-center">See Past Globery Trainings</h3>
<p>Take a look at the two(2) Globerry Couture which took place at Lameridian Hotel, Igoja Lagos.</p>
<article class="fashion-events">
<div class="wrapper">
<div class="content">
<p>2012</p>
<div>Designers Trend for Fashion Longe</div>
</div>
</div>
<div class="wrapper2">
<div class="content2">
<p>2013</p>
<div>Training Session with Indian Tailors</div>
</div>
</div>
</article>
</div>
</div>
</div>
</section>
<footer class="footer_section make-dark">
<div class="container">
<div class="row">
<div class="col-4">
<a href=""><img src="./images/globerry.PNG" class="top-img" alt="Globerry Logo"/></a>
</div>
<div class="col-8">
<p>2022 Globerry Couture. Some rights reserved</p>
<p>We are the best there is, we can make you better and get closer to your dreams.</p>
</div>
</div>
</div>
</footer>
<script src="./bootstrap-5.0.2-dist/js/bootstrap.bundle.js"></script>
<script src="./bootstrap-5.0.2-dist/js/main.jsss"></script>
</body>
</html>