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,31 +53,33 @@
53 53
 		</div><!--/ #topbar-inner -->
54 54
 	</div><!--/ #section-topbar -->
55 55
 	
56
-	<div id="headerwrap">
56
+	
57
+
58
+	<section id="about" name="about"></section>
59
+	<div id="intro">
57 60
 		<div class="container">
58 61
 			<div class="row centered">
59 62
 				<div class="col-lg-12">
63
+                                  <p>
60 64
 					<h1>Robin Thoni</h1>
61 65
 					<h3>IT Engineer | robin@rthoni.com</h3>
66
+                                  </p>
62 67
 				</div><!--/.col-lg-12 -->
63 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 69
 			<div class="row">
72 70
 				
73 71
 				<div class="col-lg-2 col-lg-offset-1">
74 72
 					<h5>ABOUT</h5>
75 73
 				</div>
76 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 80
 				</div>
79 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 83
 				</div>
82 84
 				
83 85
 			</div><!--/.row -->

Loading…
Cancel
Save