-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathabout-ehsan.html
More file actions
52 lines (49 loc) · 1.94 KB
/
about-ehsan.html
File metadata and controls
52 lines (49 loc) · 1.94 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Code For Girls | Ehsan</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-8">
<p class="mb-5"><img
src="https://images.unsplash.com/photo-1535189043414-47a3c49a0bed"
alt=""
class="img-fluid">
</p>
<ul>
<li>I'm 31 years old</li>
<li>I like both engineering and management</li>
<li>I flood myself with so many tasks and activities :x</li>
<li>My memory is for sure worse than yours</li>
<li>My favorite animal is tiger</li>
<li>My favorite city is Seoul</li>
</ul>
<div class="tag-widget post-tag-container mb-5 mt-5">
<div class="tagcloud">
<a href="#" class="tag-cloud-link">Work</a>
<a href="#" class="tag-cloud-link">Boxing</a>
<a href="#" class="tag-cloud-link">Travel</a>
<a href="#" class="tag-cloud-link">Crochet</a>
</div>
</div>
</div>
<div class="col-md-4 sidebar pl-md-5">
<div class="sidebar-box">
<img src="https://avatars2.githubusercontent.com/u/7473298" alt="Image placeholder" class="img-fluid mb-4 rounded">
<h3>About Ehsan</h3>
<ul>
<li>An engineering manager at Zid</li>
<li>A mentor at Code for Girls</li>
<li>A crocheter</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>