-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (140 loc) · 7.15 KB
/
index.html
File metadata and controls
160 lines (140 loc) · 7.15 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
<!DOCTYPE html>
<html>
<head>
<title>bootstrap</title>
<meta charset="UTF-8">
<meta name="description" content="User_profile">
<meta name="keywords" content="HTML,CSS,Bootstrap">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="includes/css/bootstrap-glyphicons.css">
<link rel="stylesheet" type="text/css" href="css/external.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="includes/js/jquery-1.8.2.min.js">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Libre Baskerville:400,300,700' rel='stylesheet' type='text/css'>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="col-sm-12" id="main">
<div class="col-sm-4" id="div1">
<div class="col-lg-12" id="row1">
<img src="img/umthi.jpg" id="uma" class="center-block img-circle img-responsive" width="200" height="150">
<div class="row" id="row2">
<div class="container-fluid">
<ul class="nav" id="ull">
<li class="active">
<a href="#" id="h">Profile</a>
</li>
<li class="active">
<a href="#" id="h">About</a>
</li>
<li class="dropdown">
<a href="#" id="h" class="dropdown-toggle" data-toggle="dropdown">Services<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li><a href="#">Developing</a></li>
<li><a href="#">Testing</a></li>
</ul>
</li>
<li class="active">
<a href="#" id="h">Resume</a>
</li>
<li class="dropdown">
<a href="#" id="h" class="dropdown-toggle" data-toggle="dropdown">Contact<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li><a href="#">Email</a></li>
<li><a href="#">Mobile</a></li>
</ul>
</li>
</ul>
</div><!--container-->
</div><!--list row--><br><br><br>
</div><!--image row-->
<div class="col-sm-12" id="email" pull-right text-right">
<ul id="ii">
<li id="icon"><a href="#"><i class="fa fa-thumbs-up fa-2x"></i></a></li>
<li id="icon"><a href="#"><i class="fa fa-share-alt fa-2x"></i></a></li>
<li id="icon"><a href="#"><i class="fa fa-plus fa-2x"></i></a></li>
<li id="icon"><a href="#"><h4>Emai</h4></a></li>
</ul>
</div>
</div><!--col1-->
<div class="col-xs-12 col-sm-8" id="div2">
<div class="col-sm-12" id="div3">
<h2 id="heading"><strong>Umamaheswari</strong></h2><br>
<h3 id="heading"><p><strong>About: </strong> Project Engineer at Wipro Technologies</p></h3><br>
<h3 id="heading"><p><strong>Hobbies: </strong> Read, out with friends, listen to music, draw and learn new things. </p></h3><br>
<h4 id="para">Hi this is Umamaheswari from Tamilnadu, I have done my Bachelor Degree belongs to Electronics and Communication Engineering from K.S.Rangasamy college of Technology at Thiruchencode, apart from this i have done my PRP training from Wipro-Technologies at Kochi and i get the knowledge from that training was core java ,hybernate ,spring ,SQL ,Javascript and then currently iam tagged in a Digital project and I have 9months experience in wipro.<br><br>
</h4>
</div>
<div class="col-xs-12 col-sm-12" id="div2">
<h3 id="head"><p><strong>Skills: </strong></p></h3><br>
<div class="col-sm-12" id="skill">
<div class="col-xs-4 col-sm-3">
<div class="card">
<img class="card-img-top img-responsive thumbnail" id="img2" src="img/html.jpg">
<div class="card-block">
<button type="button" class="btn btn-info center-block" s>html5</button>
</div>
</div>
</div>
<div class="col-xs-4 col-sm-3">
<div class="card">
<img class="card-img-top img-responsive thumbnail" id="img2" src="img/css.jpg">
<div class="card-block">
<button type="button" class="btn btn-info center-block">css3</button>
</div>
</div>
</div>
<div class="col-xs-4 col-sm-3">
<div class="card" id="ji">
<img class="card-img-top img-responsive thumbnail" id="img2" src="img/bootstrap.jpg">
<div class="card-block">
<button type="button" class="btn btn-info center-block">Bootstrap3</button>
</div>
</div>
</div>
<div class="col-xs-4 col-sm-3">
<div class="card">
<img class="card-img-top img-responsive thumbnail" id="img2" src="img/java.jpg">
<div class="card-block">
<button type="button" class="btn btn-info center-block">Java</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12" id="a">
<div class="col-sm-4" id="contact">
<img id="img1" src="img/contact.jpg">
</div>
<div class="col-sm-8" id="div4">
<h4><p id="p"><strong>Name:</strong>Umamaheswari</p>
<p id="p"><strong>Dob:</strong>24/09/1994</p>
<p id="p"><strong>Phone:</strong>7849774720</p>
<p id="p"><strong>Email:</strong>uma07@gmail.com</p>
<p id="p"><strong>Address:</strong>kknagar 6th street,lakshmi nagar,Erode</p>
<p id="p"><strong>Skype:</strong>Uma_umthi</p>
<p id="p"><strong>Website:</strong>www.anderson-smith.com</p></h4>
</div>
</div>
</div><!--end container-->
<footer>
<div class="navbar navbar-default">
<section class="col-xs-12 col-sm-4">
<p>© 2015.by Flexycodes</p></section>
<section class="col-xs-12 col-sm-4">
<p>Terms of User|Privacy policy</p>
</section>
<section class="sec">
<li id="icon1"><a href="#"><i class="fa fa-twitter fa-2x"></i></a></li>
<li id="icon1"><a href="#"><i class="fa fa-facebook fa-2x"></i></a></li>
<li id="icon1"><a href="#"><i class="fa fa-google-plus fa-2x"></i></a></li>
</section>
</div>
</footer>
</body>
</html>