-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (51 loc) · 2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description" content=""/>
<meta name="author" content=""/>
<title>Unreal me</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href=""/>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"></script>
</head>
<body>
<main class="flex-shrink-0">
<div class="container py-4">
<h1 style="text-align:center; color: #1c6f5f"> Projects made by Wintopy team</h1>
</br></br>
<div class="container">
<div class="row justify-content-md-center">
<div class="col col-lg-3">
<a href="https://unrealme.io">
<img src="img/unrealme.png" alt="..." width="180px" class="img-thumbnail"></br>
Unrealme</a> </br>
AI service that generates images of users.
</div>
<div class="col col-lg-3">
<a href="https://cryptopy.fr"><img src="img/cryptopy-logo-court.png" width="200px" alt="..."
class="img-thumbnail">
</br> Cryptopy </a>
</br>
Service to receive custom crypto trading alerts based on TA indicators
</div>
</div>
<div class="row">
<p style="text-align: center; padding:10px; color: #132A6A">
</br></br></br></br>
Made with <span style="color: #e25555;">♥</span> by <a href="https://twitter.com/Pauline_Cx">Pauline_Cx</a>,
Constance & Théo L. </br>
</p>
</div>
</div>
</div>
</main>
</body>
</html>