-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhoWeAre.html
203 lines (203 loc) · 10.4 KB
/
whoWeAre.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
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="assets/icons/pageIcon.png">
<link rel="stylesheet" href="css/defaultStyle.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/Normaliz.css">
<link rel="stylesheet" href="css/whoWeAreStyle.css">
<script src="script.js" defer></script>
<title>Who We Are</title>
</head>
<body>
<nav class="mobileNav">
<a href="#" class="purpleReversSmallBtn logBtn">Log In</a>
<div class="links">
<a href="whoWeAre.html" class="navLink">Who We Are</a>
<a href="learningModules.html" class="navLink">Learing Modules</a>
<a href="resources.html" class="navLink">Resources</a>
<a href="ourTeam.html" class="navLink">Our Team</a>
<a href="contact.html" class="navLink">Contact</a>
</div>
<a href="#" class="purpleSmallBtn enrollBtn">Enroll Now</a>
</nav>
<!-- header -->
<header class="header">
<div class="top">
<a class="icon" href="index.html">
<h1>Davon</h1>
<span>Business Consulting School</span>
</a>
<div class="btnContainer">
<a href="#" class="logInBtn purpleLinkBtn">Log In</a>
<a href="#" class="enrollNowBtn purpleSmallBtn">Endroll Now</a>
</div>
</div>
<button class="menu" onclick="this.classList.toggle('opened');this.setAttribute('aria-expanded', this.classList.contains('opened'))" aria-label="Main Menu">
<svg viewBox="0 0 100 100">
<path class="line line1" d="M 20,29.000046 H 80.000231 C 80.000231,29.000046 94.498839,28.817352 94.532987,66.711331 94.543142,77.980673 90.966081,81.670246 85.259173,81.668997 79.552261,81.667751 75.000211,74.999942 75.000211,74.999942 L 25.000021,25.000058" />
<path class="line line2" d="M 20,50 H 80" />
<path class="line line3" d="M 20,70.999954 H 80.000231 C 80.000231,70.999954 94.498839,71.182648 94.532987,33.288669 94.543142,22.019327 90.966081,18.329754 85.259173,18.331003 79.552261,18.332249 75.000211,25.000058 75.000211,25.000058 L 25.000021,74.999942" />
</svg>
</button>
<nav>
<a href="whoWeAre.html" class="navLink selected">Who We Are</a>
<a href="learningModules.html" class="navLink">Learing Modules</a>
<a href="resources.html" class="navLink">Resources</a>
<a href="ourTeam.html" class="navLink">Our Team</a>
<a href="contact.html" class="navLink">Contact</a>
</nav>
</header>
<!-- ^header^ -->
<!-- devon business -->
<section class="devonBusiness">
<div class="leftSide">
<h2 class="sectionTitle lazyLoadTextHor lazyLoadText">Devon Business<br>Consultant Online<br>School</h2>
<span class="paragraphTopLine lazyLoadTextHor lazyLoadText"></span>
<p class="firstP paragraph lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. Feel free to drag and drop me anywhere you like on your page. I’m a great place for you to tell a story and let your users know a little more about you.</p>
<p class="secondP paragraph lazyLoadTextHor lazyLoadText">This is a great space to write a long text about your company and your services. You can use this space to go into a little more detail about your company. Talk about your team and what services you provide. Tell your visitors the story of how you came up with the idea for your business and what makes you different from your competitors. Make your company stand out and show your visitors who you are.</p>
</div>
<div class="rightSide">
<span class="rightSideBg scrollEffectImgHor"></span>
</div>
</section>
<!-- ^devon business^ -->
<!-- our mission -->
<section class="ourMission">
<span class="ourMissionBg scrollEffectImgVer"></span>
<h2 class="sectionTitle lazyLoadTextHor lazyLoadText">Our Mission Is to<br>Empower</h2>
<div class="sides">
<div class="left">
<div class="boxes">
<div class="box lazyLoadTextHor lazyLoadText">
<span class="counter">24</span>
<p>Professional Online<br>Modules</p>
</div>
<div class="box lazyLoadTextHor lazyLoadText">
<span class="counter">16</span>
<p>Industry Leading<br>Mentors</p>
</div>
<div class="box lazyLoadTextHor lazyLoadText">
<span class="counter">4,000</span>
<p>Qualified School<br>Graduates</p>
</div>
<div class="box lazyLoadTextHor lazyLoadText">
<span class="counter">99%</span>
<p>Satisfaction Rated<br>by Students</p>
</div>
</div>
</div>
<div class="right">
<span class="paragraphTopLine lazyLoadTextHor lazyLoadText"></span>
<p class="firstP paragraph lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. Feel free to drag and drop me anywhere you like on your page.</p>
<p class="secondP paragraph lazyLoadTextHor lazyLoadText">This is a great space to write a long text about your company and your services. You can use this space to go into a little more detail about your company. Talk about your team and what services you provide. Tell your visitors the story of how you came up with the idea for your business and what makes you different from your competitors.</p>
</div>
</div>
</section>
<!-- ^our mission^ -->
<!-- our core -->
<section class="ourCore">
<h2 class="sectionTitle lazyLoadTextHor lazyLoadText">Our Core Values</h2>
<p class="sectionP lazyLoadTextHor lazyLoadText">We practice what we preach</p>
<div class="boxes">
<div class="box">
<img src="assets/icons/checkList.png" alt="box image" class="lazyLoadTextHor lazyLoadText">
<h3 class="boxTitle lazyLoadTextHor lazyLoadText">Integrity</h3>
<p class="boxP lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
<div class="box">
<img src="assets/icons/paper.png" alt="box image" class="lazyLoadTextHor lazyLoadText">
<h3 class="boxTitle lazyLoadTextHor lazyLoadText">Accountability</h3>
<p class="boxP lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
<div class="box">
<img src="assets/icons/commentTwo.png" alt="box image" class="lazyLoadTextHor lazyLoadText">
<h3 class="boxTitle lazyLoadTextHor lazyLoadText">Knowledge</h3>
<p class="boxP lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
<div class="box">
<img src="assets/icons/target.png" alt="box image" class="lazyLoadTextHor lazyLoadText">
<h3 class="boxTitle lazyLoadTextHor lazyLoadText">Commitment</h3>
<p class="boxP lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
<div class="box">
<img src="assets/icons/shere.png" alt="box image" class="lazyLoadTextHor lazyLoadText">
<h3 class="boxTitle lazyLoadTextHor lazyLoadText">Passion</h3>
<p class="boxP lazyLoadTextHor lazyLoadText">I'm a paragraph. Click here to add your own text and edit me.</p>
</div>
</div>
</section>
<!-- ^our core^ -->
<!-- companys -->
<section class="companys">
<h2 class="sectionTitle lazyLoadTextVer lazyLoadText">We Work With the Very Best</h2>
<div class="companysContainer">
<div class="first lazyLoadTextVer lazyLoadText">
<img src="assets/images/chronic.png" alt="company" class="company">
<img src="assets/images/latch.png" alt="company" class="company">
<img src="assets/images/ownerr.png" alt="company" class="company">
<img src="assets/images/shawnspng.png" alt="company" class="company">
</div>
<div class="last lazyLoadTextVer lazyLoadText">
<img src="assets/images/right.png" alt="company" class="company">
<img src="assets/images/demotive.png" alt="company" class="company">
<img class="lipsImage" src="assets/images/lips.png" alt="company" class="company">
<img src="assets/images/makeofit.png" alt="company" class="company">
<img src="assets/images/stocket.png" alt="company" class="company">
</div>
<div class="forMobileCompanys">
<img src="assets/images/chronic.png" alt="company" class="company">
<img src="assets/images/latch.png" alt="company" class="company">
<img src="assets/images/ownerr.png" alt="company" class="company">
<img src="assets/images/shawnspng.png" alt="company" class="company">
<img src="assets/images/right.png" alt="company" class="company">
<img src="assets/images/demotive.png" alt="company" class="company">
<img class="lipsImage" src="assets/images/lips.png" alt="company" class="company">
<img src="assets/images/makeofit.png" alt="company" class="company">
<img src="assets/images/stocket.png" alt="company" class="company">
</div>
</div>
</section>
<!-- ^companys^ -->
<!-- footer -->
<footer class="footer verticalLine">
<div class="leftSide">
<a class="icon lazyLoadTextHor lazyLoadText" href="#">
<h2>Davon</h2>
<span>Business Consulting School</span>
</a>
<h3 class="lazyLoadTextHor lazyLoadText">Join The<br>Success!</h3>
<a href="#" class="purpleReversBigBtn lazyLoadTextHor lazyLoadText">Enroll Now</a>
</div>
<span class="line"></span>
<div class="rightSide">
<div class="info">
<h3 class="lazyLoadTextHor lazyLoadText">Info</h3>
<div class="lazyLoadTextHor lazyLoadText">
<span class="number data">123-456-7890</span>
<a href="gmail:ahmedn.coder@gmail.com" target="_blank" title="Send me an email" class="emailLink data">ahmedn.coder@gmail.com</a>
</div>
</div>
<div class="address">
<h3 class="lazyLoadTextHor lazyLoadText">Address</h3>
<div class="lazyLoadTextHor lazyLoadText">
<div class="street data">500 Terry Francine St</div>
<div class="country data">San Francisco, CA 94158</div>
</div>
</div>
<div class="follow">
<h3 class="lazyLoadTextHor lazyLoadText">Follow</h3>
<div class="lazyLoadTextHor lazyLoadText">
<a href="#" class="data">Linkedin</a>
<a href="#" class="data">Facebook</a>
<a href="#" class="data">Instagram</a>
</div>
</div>
<img src="assets/icons/arrow.png" alt="arrow" class="arrow lazyLoadTextVer lazyLoadText">
</div>
</footer>
<!-- ^footer^ -->
</body>
</html>