-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex copy.html
111 lines (85 loc) · 4.04 KB
/
index copy.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!--
88 a8P ,ad8888ba, 88888888ba 88888888888 88 a8P
88 ,88' d8"' `"8b 88 "8b 88 88 ,88'
88 ,88" d8' `8b 88 ,8P 88 88 ,88"
88,d88' 88 88 88aaaaaa8P' 88aaaaa 88,d88'
8888"88, 88 88 88""""88' 88""""" 8888"88,
88P Y8b Y8, ,8P 88 `8b 88 88P Y8b
88 "88, Y8a. .a8P 88 `8b 88 88 "88,
88 Y8b `"Y8888Y"' 88 `8b 88888888888 88 Y8b
-->
<!DOCTYPE html>
<html lang="fr" class="html-bg">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Home | Korek </title>
<meta name="theme-color" content="#09B1BA">
<meta name="language" content="English">
<meta name="Copyright" content="korek">
<meta name="author" content="Korek">
<meta name="application-name" content="korek">
<meta name="ROBOTS" content="ALL">
<meta name="google" content="notranslate">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="keywords" content="*** keywords ***">
<meta name="description" content="*** Description ***">
<!-- Open Graph / Facebook -->
<meta property="og:site_name" content="kesnel">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kesnel.link/">
<meta property="og:title" content="Korek">
<meta property="og:description" content="*** Description ***">
<meta property="og:image" content="*** Card Img url ***">
<meta property="og:image:secure_url" content="*** Card Img url ***">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:type" content="website">
<meta name="twitter:url" content="https://kesnel.link/">
<meta name="twitter:site" content="@korekapp">
<meta name="twitter:creator" content="@korekapp">
<meta name="twitter:title" content="Korek">
<meta name="twitter:description" content="*** Description ***">
<meta name="twitter:image" content="*** Card Img url ***">
<!-- %%%%%%%% -->
<link rel="stylesheet" href="static/asset/css/base.css">
</head>
<body>
<header class="header-app hdr-app header" id="header-app">
</header>
<!-- %% Main %% -->
<main id="main-app" class="main-app page-top">
<section class="banner" id="banner">
<div class="ova">
<div class="container">
<div class="dis-flex banner-center">
<div class="banner-content">
<h1 class="hero-txt">This is Korek Learning</h1>
<h3 class="hero-cc"> Our plans were built to fit your unique needs. Let’s start with a few quick online courses. </h3>
<div class="hero-end">
<a href="" class="hero-btn"> Get Started </a>
</div>
<div class="hero-log">
<p class="hero-ca"> Already have an account? <a href="" class="break"> Login </a> </p>
</div>
</div>
</div>
<img src="static/media/img/img/Shanik.png" alt="" class="banner-hero">
</div>
</div>
</section>
<section class="krka p-t-50 p-b-50" id="krka">
<div class="container">
</div>
</section>
</main>
<!-- %% Footer %% -->
<footer id="footer-app" class="footer-app">
<div class="container">
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="static/asset/js/main.js"></script>
</body>
</html>