-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
245 lines (240 loc) · 8.65 KB
/
about.html
File metadata and controls
245 lines (240 loc) · 8.65 KB
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="icon" href="img/logo-ico.png" type="image/icon type" />
<link
href="https://fonts.googleapis.com/css?family=Raleway&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/main.css" />
<script
src="https://kit.fontawesome.com/d8e60bc0b5.js"
crossorigin="anonymous"
></script>
<title>About Us</title>
</head>
<body>
<header id="header-inner">
<div class="container">
<nav id="main-nav">
<img src="img/logo.png" alt="My Logo" id="logo" />
<div class="menu-wrap mobile">
<input type="checkbox" class="hide toggler" />
<div class="hamburger hide"><div></div></div>
<div class="menu">
<div>
<div>
<ul class="top-ul">
<li class="top-li">
<a href="index.html" class="top-link">Home</a>
</li>
<li class="top-li">
<a href="projects.html" class="top-link"
>Projects <i class="fas fa-angle-down"></i
></a>
<ul class="in-ul">
<li class="in-li">
<a href="project1.html">proj #1</a>
</li>
<li class="in-li">
<a href="project2.html">proj #2</a>
</li>
<li class="in-li">
<a href="project3.html">proj #3</a>
</li>
</ul>
</li>
<li class="top-li">
<a href="references.html" class="top-link"
>References <i class="fas fa-angle-down"></i
></a>
<ul class="in-ul">
<li class="in-li">
<a href="reference1.html">Ref #1</a>
</li>
<li class="in-li">
<a href="reference2.html">Ref #2</a>
</li>
<li class="in-li">
<a href="reference3.html">Ref #3</a>
</li>
</ul>
</li>
<li class="top-li">
<a href="experiences.html" class="top-link"
>Experiences
</a>
</li>
<li class="top-li">
<a href="about.html" class="current top-link">About</a>
</li>
<li class="top-li">
<a href="contact.html" class="top-link">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- Section A: Info -->
<section id="about-a" class="text-center py-3">
<div class="container">
<h2 class="section-subject">About Me</h2>
<div class="bottom-line"></div>
<p class="lead">
Let me tell you a little about myself and what I do...
</p>
<div class="about-info">
<div class="bio-image"></div>
<div class="bio bg-light">
<h4>Your Project Is In Safe Hands</h4>
<p>
Lorem ipsum dolor sit, amet consectetur adipisicing elit.
Perspiciatis nostrum, eaque velit ipsam facilis sed, quisquam
nesciunt unde nihil voluptatum commodi consequuntur molestiae?
Fugiat, perspiciatis reprehenderit. Architecto delectus vitae
deserunt!
</p>
</div>
<div class="award-1">
<i class="fas fa-award fa-3x"></i>
<h3>Award One</h3>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ducimus,
magni!
</p>
</div>
<div class="award-2">
<i class="fas fa-award fa-3x"></i>
<h3>Award Two</h3>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ducimus,
magni!
</p>
</div>
<div class="award-3">
<i class="fas fa-award fa-3x"></i>
<h3>Award Three</h3>
<p>
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Ducimus,
magni!
</p>
</div>
</div>
</div>
</section>
<!-- Section B: Progress Bars -->
<section id="about-b" class="bg-secondary py-3">
<div class="container">
<h2 class="section-subject">Technical Skills</h2>
<div class="bottom-line"></div>
<h4>Photography:</h4>
<div class="progress">
<div style="width:100%"></div>
</div>
<h4>Adobe Photoshop:</h4>
<div class="progress">
<div style="width:80%"></div>
</div>
<h4>Adobe Illustrator:</h4>
<div class="progress">
<div style="width:70%"></div>
</div>
<h4>HTML & CSS:</h4>
<div class="progress">
<div style="width:100%"></div>
</div>
<h4>Wordpress:</h4>
<div class="progress">
<div style="width:80%"></div>
</div>
<h4>Magento:</h4>
<div class="progress">
<div style="width:70%"></div>
</div>
</div>
</section>
<section id="about-c" class="py-4 bg-light">
<div class="container">
<h2 class="section-subject">Company Timeline</h2>
<div class="bottom-line"></div>
<div class="timeline">
<p>
Doggo ipsum long bois lotsa pats blep. What a nice floof ruff super
chub very good spot, the neighborhood pupper lotsa pats. Borkdrive
shibe shoober what a nice floof, borking doggo.
</p>
<p>
Shoober shooberino adorable doggo many pats, heckin good boys many
pats pupper wrinkler, corgo maximum borkdrive. A frighten puggo wow
very biscit.
</p>
<p>
Big ol h*ck adorable doggo vvv smol borking doggo with a long snoot
for pats big ol, he made many woofs doing me a frighten puggo wow
very biscit, ruff fat boi ruff long doggo.
</p>
<p>
Long bois mlem I am bekom fat wrinkler puggo maximum borkdrive big
ol pupper I am bekom fat, fluffer vvv adorable doggo lotsa pats
snoot. I am bekom fat ur givin me a spook length boy wow very biscit
very good spot.
</p>
<p>
Doggo ipsum long bois lotsa pats blep. What a nice floof ruff super
chub very good spot, the neighborhood pupper lotsa pats. Borkdrive
shibe shoober what a nice floof, borking doggo.
</p>
</div>
</div>
</section>
<!-- <section id="about-d" class="py-4">
<div class="container">
</div>
</section> -->
<div class="container py-1 text-center">
<a href="cv.pdf" class="btn-main" id="download" style="width: 20rem;">
Download
</a>
</div>
<footer id="main-footer">
<div class="footer-content container">
<div class="personal-info">
<p>Muhammed Bedavi</p>
<p>Information Systems Engineering</p>
</div>
<div class="contact-info">
<p>Email: mhd.b96@gmail.com</p>
<p>Phone: 0531 886 12 90</p>
<p>Address: Istanbul, Turkey</p>
</div>
<div class="social">
<a href="https://twitter.com/mhd_b96" target="_blank"
><i class="fab fa-twitter"></i
></a>
<a href="https://www.facebook.com/Mhd.b96" target="_blank"
><i class="fab fa-facebook"></i
></a>
<a href="https://www.instagram.com/mhd_b96/" target="_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://www.linkedin.com/in/mhdb96/" target="_blank"
><i class="fab fa-linkedin"></i
></a>
</div>
</div>
<p class="copy-right">Copyright © 2019. All right Reserved</p>
</footer>
<button id="topBtn">
<i class="fas fa-arrow-up fa-2x"></i>
</button>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/scrollBtn.js"></script>
</body>
</html>