Browse Source

Added intro text

tags/v1.0.0
Robin Thoni 8 years ago
parent
commit
deefa2793d
1 changed files with 12 additions and 10 deletions
  1. 12
    10
      index.html

+ 12
- 10
index.html View File

53
 		</div><!--/ #topbar-inner -->
53
 		</div><!--/ #topbar-inner -->
54
 	</div><!--/ #section-topbar -->
54
 	</div><!--/ #section-topbar -->
55
 	
55
 	
56
-	<div id="headerwrap">
56
+	
57
+
58
+	<section id="about" name="about"></section>
59
+	<div id="intro">
57
 		<div class="container">
60
 		<div class="container">
58
 			<div class="row centered">
61
 			<div class="row centered">
59
 				<div class="col-lg-12">
62
 				<div class="col-lg-12">
63
+                                  <p>
60
 					<h1>Robin Thoni</h1>
64
 					<h1>Robin Thoni</h1>
61
 					<h3>IT Engineer | robin@rthoni.com</h3>
65
 					<h3>IT Engineer | robin@rthoni.com</h3>
66
+                                  </p>
62
 				</div><!--/.col-lg-12 -->
67
 				</div><!--/.col-lg-12 -->
63
 			</div><!--/.row -->
68
 			</div><!--/.row -->
64
-		</div><!--/.container -->
65
-	</div><!--/.#headerwrap -->
66
-	
67
-
68
-	<section id="about" name="about"></section>
69
-	<div id="intro">
70
-		<div class="container">
71
 			<div class="row">
69
 			<div class="row">
72
 				
70
 				
73
 				<div class="col-lg-2 col-lg-offset-1">
71
 				<div class="col-lg-2 col-lg-offset-1">
74
 					<h5>ABOUT</h5>
72
 					<h5>ABOUT</h5>
75
 				</div>
73
 				</div>
76
 				<div class="col-lg-6">
74
 				<div class="col-lg-6">
77
-					<p>I'm web designer & front-end developer with 7 years of professional experience. I'm interested in all kinds of visual communication, but my major focus is on designing web, mobile & tablet interfaces. I also have skills in other fields like branding, icon design or web development.</p>
75
+                                  <p>
76
+                                  I'm an IT engineer with a one year professionnal experience in the innovation laboratory of EPITA (3ie).
77
+                                  I love IT, sys admin and development in a lot of languages. Due to my long internship, I have a
78
+                                  preference for web technologies, both frontend and backend. I also have pretty good skills in desktop developments.
79
+                                  </p>
78
 				</div>
80
 				</div>
79
 				<div class="col-lg-3">
81
 				<div class="col-lg-3">
80
-					<p><a href="#"><i class="icon-file"></i></a> <sm>DOWNLOAD PDF</sm></p>
82
+                                  <p><a href="Robin_THONI_resume.pdf"><i class="icon-file"></i> <sm>DOWNLOAD PDF</sm></a></p>
81
 				</div>
83
 				</div>
82
 				
84
 				
83
 			</div><!--/.row -->
85
 			</div><!--/.row -->

Loading…
Cancel
Save