-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (46 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/x-icon" href="logo.ico" />
<title>Saizuo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.css" />
<link rel="stylesheet" href="style.css"> <!-- Adjust the path to your CSS file here -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="app">
<div class="card">
<div class="front-face">
<div class="contents front">
<p>Saizuo</p>
<p class="bottom-bar">Vikas Nath Jha</p>
<span>CEO and Developer</span>
</div>
</div>
<div class="back-face">
<div class="contents back">
<h2>Follow Me</h2>
<span>My socials :</span>
<div class="icons">
<a href="https://www.instagram.com/yousseflehmam/">
<i class="fab fa-instagram"></i>
</a>
<a href="https://github.com/Youssef-Lehmam">
<i class="fab fa-github"></i>
</a>
<a href="https://discordapp.com/users/830061230345289748">
<i class="fab fa-discord"></i>
</a>
</div>
<iframe src="https://github.com/sponsors/Youssef-Lehmam/button" title="Sponsor Youssef-Lehmam" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
</div>
</div>
</div>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8b253dfea2ab4077af8c6f58422dfbfd1689876627854" integrity="sha512-bjgnUKX4azu3dLTVtie9u6TKqgx29RBwfj3QXYt5EKfWM/9hPSAI/4qcV5NACjwAo8UtTeWefx6Zq5PHcMm7Tg==" data-cf-beacon='{"rayId":"7faaf16e4d9e0ff6","version":"2023.8.0","r":1,"token":"90cb2cd1d9964fc1a16c36bc3796622d","si":100}' crossorigin="anonymous"></script>
</body>
</html>