-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (60 loc) · 2.3 KB
/
index.html
File metadata and controls
63 lines (60 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Thomas Romera - Ruby Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Loading Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Loading Flat UI -->
<link href="css/flat-ui.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<div class="wrap">
<div class="container">
<h1>Hello.</h1>
<div class="row">
<div class="col-md-8">
<div class="media">
<div class="pull-left">
<img style="margin-bottom: 30px;" class="media-object img-circle" src="img/thomas_romera.png" height="128" width="128" alt="Thomas Romera Picture">
</div>
<div id="lead-text-picture" class="media-body">
<span class="lead">
My name is <b>Thomas Romera.</b> <br>I am a
<span class="ruby-color"> <img width="50" src="img/ruby.png" title="ruby" alt="Ruby Logo"><span class="hidden">Ruby</span> (On Rails)</span> Full-Stack developer.
</span>
</div>
</div>
</div>
<div class="col-md-2 col-xs-1">
<table style="text-align: center;" class="table table-bordered">
<tr>
<td>Freelance Developer</td>
</tr>
<tr>
<td><span class="label label-default">Not available for a job. Beer ?</span></td>
</tr>
<tr>
<td>
<a href="http://twitter.com/erowtom"><img src="img/socialicon/Twitter.png" height="30" width="30" alt="Email" class="img-rounded"></a>
<a href="http://linkedin.com/in/thomasromera"><img src="img/socialicon/LinkedIn.png" height="30" width="30" alt="Email" class="img-rounded"></a>
<a href="http://github.com/erowlin"><img src="img/socialicon/Github.png" height="30" width="30" alt="Email" class="img-rounded"></a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="slider">
<div class="container">
<p>
<img class='ruby-logo' height="120px" src="img/ruby.png">
</p>
</div>
</div>
</body>
</html>