-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
226 lines (225 loc) · 8.7 KB
/
index.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Personal Web Portfolio </title>
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet prefetch" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet prefetch" href="./styles/style.css">
</head>
<style>
.titre {
font-size: 40px;
font-style: bold;
font-family: sans-serif;
background-color: #FAFAFA;
text-align: center;
color: black;
font-style: italic;
}
#portfolio {
background-color: white;
color: black;
font-style: italic;
font-family: monospace;
}
.scrollable {
height: 60px;
width: 100px;
background-color: white;
font-style: italic;
border-style: solid;
border-width: 5px;
border-radius: 30%;
border-color: white;
text-align: center;
color: black;
}
.texte {
margin-left: 20px;
margin-right: 20px;
background-color: white;
}
.image {
width: 80px;
height: 80px;
border-radius: 50%;
}
.image2 {
text-align: center;
width: 250px;
height: 150px;
}
.image3 {
border-radius: 20%;
}
.right-text {
text-align: center;
font-style: italic;
font-family: sans-serif;
font-size: 20px;
}
.left-text {
text-align: center;
font-style: italic;
font-family: sans-serif;
font-size: 20px;
}
.grey-background {
background-color: white;
margin-left: 10px;
margin-right: 10px;
}
.center-text {
font-size: 56px;
font-style: italic;
font-family: sans-serif;
color: black;
}
.logo {
width: 40px;
height: 40px;
border-radius: 10%;
}
.pied {
text-align: center;
background-color: #EEEEEE;
}
.intro-text {
text-align: center;
font-style: italic;
font-family: sans-serif;
font-size: 20px;
}
.index {
background-color: white;
}
</style>
<body class="index" id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Intro banner - Elevator spiel-->
<header class="navbar navbar-default navbar-fixed-top" id="banner">
<div class="row">
<div class=" col-xs-4">
<br>
<button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#navbar" aria-expanded="false"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
<nav class="collapse navbar-collapse" id="navbar" role="navigation">
<ul class="nav navbar-nav">
<li><a class="" href="#top">About</a></li>
<li><a class="" href="#portfolio">Portfolio</a></li>
<li><a class="" href="#contact">Contact</a></li>
</ul>
</nav>
</div>
<div class=" col-xs-7 center-text">
<b>Web Portfolio</b>
</div>
<div class=" col-xs-1"><a class="" href="#top"><img class="image" src="logo_top.jpeg" alt="LOGO"></a> </div>
</div>
</header>
<!-- end banner-->
<a id="top" name="home"></a>
<main class="texte">
<br><br><br>
<header>
<h2 class="titre"><b>About me</b></h2>
<br><br><br>
<div class="row">
<div class="col-xs-1">
</div>
<div class="left-text col-xs-5">
<p> <span>I am currently a student in ENSIMAG.</span> I started the Front End certification of Free code camp in May 2017. As you can see my knowledge in web developing is advanced.</p>
<hr><span class="skills">Web Developer - App developer</span>
</div>
<div class="col-xs-6">
<center><img class="image3" src="photoid.jpg" alt="Photo Boussant-roux Luc" title="Boussant-roux Luc"></center>
<div class="left-text">
Boussant-roux Luc
</div>
</div>
</div>
</header>
<!-- Portfolio section-->
<section id="portfolio">
<br><br><br>
<h2 class="titre"><b>Portfolio</b></h2>
<br><br><br>
<div class="left-text">This is just a small sample of the projects I've done during my freecodecamp beginning including this one and my years in ENSIMAG.</div><br>
<div class="row">
<div class="col-xs-6 left-text">
<a href="https://www.freecodecamp.org/l0calit"><center><img class="image2" src="freecodecamp.jpeg" alt="Freecodecamp"><br>Free code camp</center> </a>
</div>
<div class="col-xs-6 left-text">
<center><img class="image2" src="tribute-page.png" alt="Tribute page"><br>Tribute page</center>
</div>
</div>
<br><br>
<div class="row">
<div class="col-xs-6 left-text">
<a href="https://github.com/L0calit/graphical_interface"><center><img class="image2" src="Graphic-interface.jpeg" alt="Interface"><br> Graphical Interface Library</center></a>
</div>
<div class="col-xs-6 left-text">
<a href="https://l0calit.github.io/random-quote/"><center><img class="image2" src="Random-quote.jpeg" alt="Random Quote"><br>Random quote page</center></a>
</div>
</div><br>
</section>
<!-- end portfolio-->
<!-- Contact section-->
<section id="contact">
<br><br><br>
<h2 class="titre"><b>Contact Me</b></h2>
<div class="row grey-background">
<div class="col-xs-6 left-text">
<form id="contactForm" action="mailto:[email protected]" method="post" enctype="text/plain"><br>
<p>Contact Form:</p>
<div class="form-item control-group">
<input id="name" type="text" placeholder="Name" required data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
<div class="form-item control-group">
<input id="email" type="email" placeholder="Email Address" required data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
<div class="form-item control-group">
<input id="phone" type="tel" placeholder="Phone Number" required data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
<div class="form-item control-group">
<textarea id="message" rows="5" placeholder="Message" required data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
<div id="success"></div>
<button type="submit">Send</button>
</form>
</div>
<div class="col-xs-6 right-text"><br><br><br>
<p>Want to get in touch with me?</p><br><br>
<p>You'll get a response A.S.A.P.</p><br><br>
</div>
</div>
<br>
</section>
</div>
<!-- end contact-->
</main>
<!-- Footer-->
<footer>
<div class="pied">
<div class="row">
<br>
<div class="col-xs-3">
<script>document.write(new Date().getFullYear())</script>. All Rights Reversed.</span></div>
<div class="col-xs-3">
<a href="https://www.facebook.com/luc.boussantroux"><img class="logo" src="facebook.png" alt="facebook"></a>
</div>
<div class="col-xs-3">
<a href="https://github.com/L0calit/"><img class="logo" src="github.png" alt="github"></a>
</div>
<div class="col-xs-3">
<a href="https://www.linkedin.com/in/luc-boussant-roux-b36741143/"><img class="logo" src="linkedin.png" alt="linkedin"></a>
</div>
<br><br><br>
</div>
</div>
</footer>
</body>
</html>