Skip to content

Commit 2b6661b

Browse files
author
towfiq
committed
cv html added
1 parent 735ae6d commit 2b6661b

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

cv.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!-- DOCTYPE html -->
2+
<html class="html" lang="en-US" itemscope="" itemtype="http://schema.org/WebPage">
3+
<head>
4+
<title>Towfiqul Islam | CV</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
8+
<!-- Bootstrap CSS -->
9+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
10+
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
11+
<link rel="stylesheet" href="style.css">
12+
</head>
13+
<body>
14+
<div class="body">
15+
<div style="text-align: center;" class="information">
16+
17+
<b style="font-size: 30px;">Towfiqul Islam</b>
18+
19+
<br>Software Engineer @ <b>
20+
<a href="https://inflack.com" target="_blank" style="text-decoration: none;">
21+
<span style="background-color: #000000; height: 0%; width: 15%;">
22+
<em>
23+
<span style="color: #F37A20"> in</span>
24+
<span style="color: #FFFFFF">flack</span>
25+
<span style="color: #F37A20">> </span>
26+
</em>
27+
</span>
28+
</a>
29+
</b>
30+
31+
<br>
32+
<b>[email protected] || [email protected] || +8801823923023</b>
33+
34+
</div>
35+
36+
<div class="pdf">
37+
38+
<span id="title" title="Towfiqul Islam-CV"></span>
39+
<iframe title="CV" src="Towfiqul_Islam1.pdf"
40+
style="height: 77%; width: 49%; margin-left: 2px;" frameborder="0"></iframe>
41+
42+
<span id="title" title="Towfiqul Islam-Resume"></span>
43+
<iframe title="Resume" src="Towfiqul_Islam.pdf"
44+
style="height: 77%; width: 49%; margin-left: 12px;" frameborder="0"></iframe>
45+
46+
</div>
47+
48+
</div>
49+
50+
</body>
51+
52+
<footer>
53+
54+
<div class="footer_bottom" style="alignment: center;">
55+
Copyright &copy; 2019-2020. <> with <svg class="svg-inline--fa fa-heart fa-w-16" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="heart" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></svg> by <a target="_blank" href="http://github.com/laziestcoder"
56+
style="text-decoration: none; color: #aaaaaa;">Towfiqul Islam</a>.
57+
All rights reserved.
58+
</div>
59+
60+
</footer>
61+
62+
</html>
63+
64+

style.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.footer_bottom {
2+
min-height: 20px;
3+
background-color: #23272b;
4+
color: #aaaaaa;
5+
text-align: center;
6+
font-size: 20px;
7+
padding-top: 10px;
8+
padding-bottom: 10px;
9+
}
10+
11+
.container{
12+
margin-top: 20px;
13+
}
14+
.svg-inline--fa {
15+
display: inline-block;
16+
font-size: inherit;
17+
height: 1em;
18+
overflow: visible;
19+
vertical-align: -.125em;
20+
}

0 commit comments

Comments
 (0)