-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (136 loc) · 7.27 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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html lang="fr">
<head>
<title>SENE-NET | Home</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<script>
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome-icons -->
<!-- /Fonts -->
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800" rel="stylesheet">
<!-- //Fonts -->
</head>
<body>
<!-- mian-content -->
<div class="main-banner" id="home">
<!--/banner-->
<div class="banner-info">
<div class="w3pvt-logo text-center">
<h1> <a href="index.html">SENE-NET</a></h1>
</div>
<div class="middile-inner-con">
<div class="tab-main mx-auto">
<input id="tab1" type="radio" name="tabs" class="w3layouts-sm" checked>
<label for="tab1"><span class="fa fa-home" aria-hidden="true"></span></label>
<a href="https://cloud.sene.ovh/">
<label><span class="fa fa-cloud" aria-hidden="true"></span></label>
</a>
<a href="https://meet.sene.ovh/">
<label><span class="fa fa-phone" aria-hidden="true"></span></label>
</a>
<a href="https://chat.sene.ovh/">
<label><span class="fa fa-comments" aria-hidden="true"></span></label>
</a>
<a href="https://videos.sene.ovh/">
<label><span class="fa fa-video-camera" aria-hidden="true"></span></label>
</a>
<a href="https://git.sene.ovh/">
<label><span class="fa fa-git" aria-hidden="true"></span></label>
</a>
<!--
<a href="https://videos.sene.ovh/">
<label><span class="fa fa-youtube-play" aria-hidden="true"></span></label>
</a>
<input id="tab4" type="radio" class="w3layouts-sm" name="tabs">
<label for="tab4"><span class="fa fa-envelope" aria-hidden="true"></span></label>
-->
<section id="content1" class="inner-w3layouts-wrap">
<img src="images/avatar.jpg" class="admin img-fluid" alt="mobile-image">
<h4>Hello ! Je m'appelle Victor</h4>
<p>Je suis Ingénieur Systèmes et Réseaux, et pour le fun j'auto-héberge un certains nombre de services accessible grâce à la barre de menu juste au-dessus de ce texte.</p>
<p>Et puis à l'occasion, venez boire un thé 😃</p>
</section>
<section id="content2" class="inner-w3layouts-wrap">
<h3 class="head-w3ls">Qu'est-ce que je fais</h3>
<p>Je suis Ingénieur Systèmes et Réseaux, je tourne sous <a href="https://nixos.org/">Nixos</a> et j'aime fait joujou avec <a href="https://kubernetes.io/">Kubernetes</a></p>
</section>
<section id="content3" class="inner-w3layouts-wrap">
<h3 class="head-w3ls">See My Latest Works.</h3>
<div class="row news-grids text-center">
<div class="col-4 gal-img">
<a href="#gal1"><img src="images/g1.jpg" alt="news image" class="img-fluid"></a>
<a href="#gal2"><img src="images/g3.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-4 gal-img">
<a href="#gal3"><img src="images/g2.jpg" alt="news image" class="img-fluid"></a>
<a href="#gal4"><img src="images/g4.jpg" alt="news image" class="img-fluid"></a>
</div>
<div class="col-4 gal-img">
<a href="#gal5"><img src="images/g5.jpg" alt="news image" class="img-fluid"></a>
<a href="#gal6"><img src="images/g6.jpg" alt="news image" class="img-fluid"></a>
</div>
<!-- popup-->
</div>
</section>
<section id="content4" class="inner-w3layouts-wrap">
<h3 class="head-w3ls">Besoin d'un coup de main ?</h3>
<form name="contact-form" class="contact-form" method="post" action="#">
<div class="row">
<div class="col-6 con-gd">
<div class="form-group">
<p>Nom *</p>
<input type="text" class="form-control" id="name" placeholder="" name="name" required="">
</div>
<div class="form-group">
<p>Email *</p>
<input type="email" class="form-control" id="email" placeholder="" name="email" required="">
</div>
</div>
<div class="col-6 con-gd">
<div class="form-group">
<p>Texte *</p>
<textarea name="Message" placeholder="" required=""></textarea>
</div>
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">Envoyer</button>
</div>
</form>
</section>
</div>
<!--// banner-inner -->
</div>
</div>
<div class="copy-w3layouts-right text-center pb-3">
<p>Soli Deo Gloria | Design by
<a href="http://w3layouts.com"> W3layouts.</a>
</p>
</div>
</div>
<!--//main-content-->
</body>
</html>