-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 1.43 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
---
layout: default
title: Plateforme de dev TechXpliquer.fr
---
<h2 class="title">Bienvenue sur la {{ page.title }}</h2>
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="card" style="width: 18rem; border-color: #FDBB97;">
<img src="{{ "/smartphone/images/1.png" | prepend: site.baseurl }}" class="card-img-top" alt="Projet carte à gratter">
<div class="card-body" style="background-color: #FDBB97;">
<h5 class="card-title" style="color: #0B2333;">Carte à gratter Smartphone</h5>
<p class="card-text" style="color: #0B2333;">Découvre quelle est ta marque de smartphone !</p>
<a href="{{ "/smartphone/index.html" | prepend: site.baseurl }}" class="btn btn-primary" style="background-color: #58BBAC; border: none;">Faire le test</a>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="card" style="width: 18rem; border-color: #FDBB97;">
<img src="{{ "/memory/img/logo.png" | prepend: site.baseurl }}" class="card-img-top" alt="Memory">
<div class="card-body" style="background-color: #FDBB97;">
<h5 class="card-title" style="color: #0B2333;">Memory</h5>
<p class="card-text" style="color: #0B2333;">Le jeu iconique !</p>
<a href="{{ "/memory/index.html" | prepend: site.baseurl }}" class="btn btn-primary" style="background-color: #58BBAC; border: none;">Jouer</a>
</div>
</div>
</div>
</div>
</div>