-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 3.47 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Font family DM Sans -->
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],300;9..40,400;9..40,500;9..40,600&display=swap" rel="stylesheet">
<!-- Font family Montserrat -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<!-- Primary Meta Tags -->
<title>Ridot Software Academy</title>
<meta name="title" content="Ridot Software Academy" />
<meta name="description" content="Ridot Software Academy: Empowering Future Developers with Cutting-edge Training in Software Development. Explore our comprehensive programs, expert instructors, and hands-on learning to kickstart your career in the world of coding. Join us for a transformative journey in software education." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ridotsoftwareacademy.com/" />
<meta property="og:title" content="Ridot Software Academy" />
<meta property="og:description" content="Ridot Software Academy: Empowering Future Developers with Cutting-edge Training in Software Development. Explore our comprehensive programs, expert instructors, and hands-on learning to kickstart your career in the world of coding. Join us for a transformative journey in software education." />
<meta property="og:image" content="https://res.cloudinary.com/dh4rm7b7b/image/upload/v1699979101/Ridot/logo2d_iz0j94.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ridotsoftwareacademy.com/" />
<meta property="twitter:title" content="Ridot Software Academy" />
<meta property="twitter:description" content="Ridot Software Academy: Empowering Future Developers with Cutting-edge Training in Software Development. Explore our comprehensive programs, expert instructors, and hands-on learning to kickstart your career in the world of coding. Join us for a transformative journey in software education." />
<meta property="twitter:image" content="https://res.cloudinary.com/dh4rm7b7b/image/upload/v1699979101/Ridot/logo2d_iz0j94.jpg" />
<style>
* {
font-family: 'DM Sans', sans-serif;
}
</style>
<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '152480291168856');
fbq('track', 'PageView');
</script>
<!-- End Meta Pixel Code -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=152480291168856&ev=PageView&noscript=1"
/>
</noscript>
</body>
</html>