-
Notifications
You must be signed in to change notification settings - Fork 0
/
about me.html
57 lines (46 loc) · 1.73 KB
/
about me.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, maximum-scale=1">
<title>Sumit Portfolio Template | Webthemez</title>
<link rel="icon" href="favicon.png" type="image/png">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="js/respond-1.1.0.min.js"></script>
<script src="js/html5shiv.js"></script>
<script src="js/html5element.js"></script>
<![endif]-->
</head>
<body>
<section id="aboutUs"><!--Aboutus-->
<div class="inner_wrapper aboutUs-container fadeInLeft animated wow">
<div class="container">
<h2>Introduction</h2>
<h6>My name is Sumit Gyawali.I am a Student of Computer Science and Information Technology (BSC CSIT).</h6>
<div class="inner_section">
<div class="row">
<div class="col-lg-12 about-us">
<div class="row">
<div class="col-md-6"> <img class="img-responsive img-circle lt-box"" src="img/about1.jpg" height="500px" width="400px" align="left">
</div><!-- /.col-md-6 -->
<div class="col-md-6">
<h3>I Design Awesome Web Apps</h3>
</div><!-- /.col-md-6 -->
<a href="documents/SumitGyawaliCV.pdf">
<button type ="button"> <i class="fa fa-download"></i> Download Resume </button>
</a>
</div><!-- /.row -->
</div><!-- /.col-lg-12 -->
</div>
</div>
</div>
</div>
</section>
<!--Aboutus-->
</body>
</html>