-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (156 loc) · 7.93 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+web">
<link rel="stylesheet" href="/fontawesome/fontawesome-free-5.15.1-web/css/all.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="theme.css">
<title>Chinemere</title>
</head>
<body>
<!-- Code for changing website theme -->
<div class="light-dark-theme">
<input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="label">
<i class="fas fa-moon"></i>
<i class="fas fa-sun"></i>
<div class="ball"></div>
</label>
</div>
<!-- End of code -->
<div class="row main-content">
<main>
<!--left sidebar-->
<div class="col-sm-3 fixed-side-bar">
<div class=" side-bar">
<div class="intro">
<div class="col-sm-12">
<!--Chinemere's image-->
<div class="chi-pics-div">
<img src="images/chinemere.png" alt="chinemere's-image" width="150px" height="150px">
</div>
<h1>Chinemere Chukwu</h1>
<h4 class="hello">
Hi Hello! 👋 <br>
I’m a goal driven frontend engineer who will stop at nothing to keep improving at
every given opportunity. Join Me let me walk you through my world
</h4>
<!--Social media icons-->
<span class="social-media-icons" id="social" onmouseover="socialMouseOver()">
<i class="fa fa-twitter" onmouseover="socialMouseOver()"
onmouseout="socialMouseOut()"></i>
<i class="fa fa-instagram" onmouseover="socialMouseOver()"
onmouseout="socialMouseOut()"></i>
<i class="fa fa-facebook" onmouseover="socialMouseOver()"
onmouseout="socialMouseOut()"></i>
<i class="fa fa-github" onmouseover="socialMouseOver()"
onmouseout="socialMouseOut()"></i>
</span>
<div class="mou" onmouseover="followMeMouseOver()">
<div class="follow-me id=" follow">
<a href="https://twitter.com/codemistress1" target="blank">
<p>Follow Me</p>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--End of left sidebar-->
<!--beginning of middle sidebar-->
<div class="col-sm-6 middle-side-bar">
<!-- begging of post -->
<div class="row">
<div class="col-sm-12 d-flex justify-content-center">
<div class="main-content-container">
<!--beginimg of red line-->
<div class="empty-div">
</div>
<!--End of redline-->
<!--Beginning of First Article-->
<div class="row ">
<!--tittle image-->
<div class="col-sm-4 both-content">
<div class="chi-image">
<img src="post/images/female programmer.jpg" alt="female Programmer" width="200"
height="200">
</div>
</div>
<!--End of tittle image-->
<!--Main Article-->
<div class="col-sm-8 main-article both-content">
<h1>Yelp My First Post!!</h1>
<span class="read-more">
<p>Welcome to My Blog Guys, I have been meaning to start up this
blog but "forces beyond my control" has prevented me from doing so.<br>
But today I am glad that it its up and running. somethings are still yet
to
be fixed though but I assure you that we are good to go...<br>
<a href="yelp-my-first-post.html" target="blank">
<button type="submit" class="btn">
Read More </button></a>
</p>
</span>
<span class="icons">
<i class="fa fa-comment"> 0</i>
<i class="fa fa-heart"> 0</i>
<i class="fa fa-calendar"> 07 Aug. 2020</i>
</span>
</div>
</div>
<!--End of first article-->
</div>
</div>
</div>
<!-- End of post -->
<!-- INSERT NEW POST IN BETWEEN-->
<!-- INSERT NEW POST -->
</div>
<!--end of Middle sidebar-->
<!--Beginning of right side bar-->
<div class="col-sm-3 third-side-bar">
<div class="side-bar2">
<input type="text" class="form-control search" placeholder="Search " ;
style="font-family:Arial, FontAwesome;" /">
<div class="news-letter">
<div class="news-letter-heading">News Letter</div>
</div>
<p class="here">Here, I focus on a range of
items and features that we use in
life without giving them a second thought.</p>
<div class="sub">
<div class="email-input">
<input type="text" class="form-control type-email" placeholder="Eamil Address">
</div>
<div class="subscription">
<a href="#">
<p class="subscribe d-flex justify-content-center"></p> Subscribe</p>
</a>
</div>
</div>
</div>
</div>
<!--end of right sidebar-->
</main>
<!-- footer -->
<footer class="d-flex justify-content-center">
<div class="row d-flex justify-content-center">
<div class="the-footer">
<p class="thanks">Thanks For Sticking Arround</p>
</div>
</div>
</footer>
<!-- End of -->
</div>
<!--End of Section section-->
<script src=" app.js">
</script>
</body>
</html>