-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (66 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<meta name="description" content="Dimitri Tedom vous propose une Application qui ineractive qui vosu propose des variantes de Tech stickers">
<meta name=" author" content="Dimitri Tedom">
<meta name="keywords" content="HTML, CSS, JavaScript, SnowDev, Web Development, Projects">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="STS_TechStickers - Projet de génération de Tech Stickers">
<meta property="og:description"
content="Dimitri Tedom vous propose une Application qui ineractive qui vosu propose des variantes de Tech stickers">
<meta property="og:url" content="https://sts-tech-sticker.netlify.app">
<meta property="og:image" content="https://sts-tech-sticker.netlify.app/assets/preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:type" content="website">
<meta property="og:site_name" content="STS_TechStickers">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="STS_TechStickers - Projet de génération de Tech Stickers">
<meta name="twitter:description"
content="Dimitri Tedom vous propose une Application qui ineractive qui vosu propose des variantes de Tech stickers">
<meta property="og:image" content="https://sts-tech-sticker.netlify.app/assets/preview.png">
<meta name="twitter:creator" content="@DimitriTedom">
<!-- Favicon -->
<link rel="icon" href="./assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="./assets/style.minify.css?v=1.0.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>STS_Tech Name Tag Stickers</title>
</head>
<body>
<header>
<h1>✨ STS_Tech Name Tag Stickers ✨</h1>
<p>Click the button to generate new stickers and showcase your tech vibe!</p>
</header>
<template>
<div class="container">
<div class="heading">
<h1 class="text">Hello!</h1>
<h3 class="subtext">My name is</h3>
</div>
<div class="name"></div>
</div>
</template>
<div class="wrapper"></div>
<button class="generate-btn">Generate Stickers</button>
<div class="social-icons">
<a href="https://www.linkedin.com/in/tedom-tafotsi-dimitri-wilfried-b70502298/" target="_blank"
class="social-icon linkedin">
<i class="fa fa-linkedin"></i>
</a>
<a href="https://wa.me/695760594" target="_blank" class="social-icon whatsapp">
<i class="fa fa-whatsapp"></i>
</a>
<a href="https://x.com/DimitriTedom" target="_blank" class="social-icon twitter">
<i class="fa fa-twitter"></i>
</a>
<a href="mailto:dimitritedom@gmail.com" target="_blank" class="social-icon gmail">
<i class="fa fa-envelope"></i>
</a>
</div>
<script src="./assets/script.minify.js"></script>
</body>
</html>