-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
188 lines (188 loc) · 6.47 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
<!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>Missions-2022</title>
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins&display=swap"
rel="stylesheet"
/>
<link href="./style.css" rel="stylesheet" />
</head>
<body>
<section class="stay-focused">
<div class="container">
<div class="row">
<div class="col-7">
<div class="left-side">
<div class="heading">
<h1>Stay Focused on</h1>
<h1 class="mission">Mission 2022</h1>
</div>
<p>
A resourceful individual with a proven track record in
implementing successful marketing strategies, boosting organic
traffic, and improving search rankings seeks a position of
Marketing Associate at ABC company to maximize brand awareness
and revenue through integrated marketing communications.
</p>
<button>Explore Now</button>
<p class="about">Scroll down to explore more about us</p>
</div>
</div>
<div class="col-5">
<img src="./images/person/person-0.png" class="img-fluid" />
</div>
</div>
</div>
</section>
<section class="my-mission">
<div class="container">
<h1>My Mission in <span>2022</span></h1>
<div class="row">
<div class="col-4">
<div class="card mission">
<img
src="./images/illustrators/illustrator-1.png"
class="img-fluid"
/>
<h3>Mission</h3>
<p>
If you want to know if you are dealing with an HTML integrator
who calls himself a Front-End Developer, just ask him about
Jasmine or Karma.
</p>
</div>
</div>
<div class="col-4">
<div class="card vission">
<img
src="./images/illustrators/illustrator-2.png"
class="img-fluid"
/>
<h3>Vission</h3>
<p>
If you want to know if you are dealing with an HTML integrator
who calls himself a Front-End Developer, just ask him about
Jasmine or Karma.
</p>
</div>
</div>
<div class="col-4">
<div class="card goals">
<img
src="./images/illustrators/illustrator-3.png"
class="img-fluid"
/>
<h3>Goals</h3>
<p>
If you want to know if you are dealing with an HTML integrator
who calls himself a Front-End Developer, just ask him about
Jasmine or Karma.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="develop">
<div class="container">
<div class="row">
<div class="col-5">
<img src="./images/pictures/coding.png" class="img-fluid" />
</div>
<div class="col-7">
<div class="right-side">
<div class="heading">
<h1>Develop</h1>
<h1>Without Limits</h1>
</div>
<p>
Text mining requires you to first access and download the
content you wish to mine and then run special text mining tools
over that content to find what you are looking for. Our full
text article programming interface (API) is an easy and simple
way for you to bulk download Elsevier content for non-commercial
research text mining purposes.
</p>
<button>Read the Documentation</button>
</div>
</div>
</div>
</div>
</section>
<section class="global-community">
<div class="container">
<div class="row">
<div class="col-7">
<div class="left-side">
<div class="heading">
<h1>Develop</h1>
<h1>Without Limits</h1>
</div>
<p>
Text mining relies on the use of Natural Language Processing
(NLP) tools. In order to develop and refine NLP tools that will
work specifically on scholarly literature we have created an
open access corpus of articles. These can be useful for you to
test and refine your tools.
</p>
<button>Read the Documentation</button>
</div>
</div>
<div class="col-5">
<img src="./images/pictures/project.png" class="img-fluid" />
</div>
</div>
</div>
</section>
<section class="extra-section">
<div class="container">
<div class="row">
<div class="col-4">
<div class="person">
<img src="./images/person/person-1.png" class="img-fluid" />
<h2>Dexter A. Cheek</h2>
<p>
A computer programmer, sometimes called a software developer, a
programmer or more
</p>
</div>
</div>
<div class="col-4">
<div class="person">
<img src="./images/person/person-5.png" class="img-fluid" />
<h2>Stephen C. Villani</h2>
<p>
A computer programmer, sometimes called a software developer, a
programmer or more
</p>
</div>
</div>
<div class="col-4">
<div class="person">
<img src="./images/person/person-3.png" class="img-fluid" />
<h2>Fred M. Hall</h2>
<p>
A computer programmer, sometimes called a software developer, a
programmer or more
</p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<h1 class="logo">Mission <span>2022</span></h1>
<p>Hard work, Perseverance, and Determination for 2022</p>
</div>
</footer>
</body>
</html>