forked from shafiul/shafiul.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (85 loc) · 3.95 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
<!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">
<meta name="description" content="Homepage of Shafiul Azam Chowdhury, software engineer, mozilla rep. Open source enthusiast.">
<meta name="author" content="Shafiul Azam">
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
<title>Shafiul Azam Chowdhury</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Shafiul Azam</h1>
<p>
Software Engineer • Open Source Enthusiast <br />
Believer of open web • Mozilla Rep
</p>
<p><a href="http://www.linkedin.com/in/shafiulazam" style="float:right;" class="btn btn-primary btn-lg" role="button">LinkedIn Profile</a></p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Web Apps</h2>
<p>
Making app backends on Python as senior software engineer, at <a href="http://iappdragon.com/">Appdragon</a>.
</p>
<p>
Before that, I used to make server applications and web frontends at <a href="http://revesoft.com">REVE Systems</a>, on Java EE.
</p>
<p><a href="http://ishafiul.wordpress.com" class="btn btn-default" href="#" role="button">Portfolio »</a></p>
</div>
<div class="col-md-4">
<h2>For the Web</h2>
<p>
I'm also a volunteer at Mozilla Bangladesh & a Mozilla Rep. I try to make people think about the openness of web technologies, and promote open source.
</p>
<p>
Find more on <a href="http://mozillabd.org">Mozilla Bangladesh</a> portal
</p>
<p><a href="http://developer.mozilla.org" class="btn btn-default" href="slides" role="button">Mozilla Developer Network »</a></p>
</div>
<div class="col-md-4">
<h2>Even More?</h2>
<p>
My <a href="http://bdhacker.wordpress.com">blog</a> has more contents than this website! <br />Besides my work and voluntary contributions, I'm trying new foods and TV serials, married happily.
</p>
<p>
Contact me at: cppgcc AT gmail DOT com.
</p>
<p><a class="btn btn-default" href="http://bdhacker.wordpress.com" role="button">My Blog »</a></p>
</div>
</div>
<hr>
<footer>
<p style="text-align: left; font-size: 10px;">
© Nothing |
<a href="http://twitter.com/ishafiul">@ishafiul</a> |
<a href="http://bdhacker.wordpress.com">Blog</a> |
<a href="http://shafiul.users.sf.net">Old Site</a>
</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
</body>
</html>