-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (130 loc) · 3.73 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="next-head-count" content="2" />
<link
rel="preload"
href="./_next/static/css/aefafba9f5ee520a.css"
as="style"
/>
<link
rel="stylesheet"
href="./_next/static/css/aefafba9f5ee520a.css"
data-n-g=""
/>
<noscript data-n-css=""></noscript>
<script
defer=""
nomodule=""
src="./_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"
></script>
<script
src="./_next/static/chunks/webpack-02b59b97c33110d1.js"
defer=""
></script>
<script
src="./_next/static/chunks/framework-cda2f1305c3d9424.js"
defer=""
></script>
<script
src="./_next/static/chunks/main-7ac27665b9396da2.js"
defer=""
></script>
<script
src="./_next/static/chunks/pages/_app-715d255ee6a21f48.js"
defer=""
></script>
<script
src="./_next/static/chunks/664-60e06c839f82ba03.js"
defer=""
></script>
<script
src="./_next/static/chunks/pages/index-83a262cfab1b2950.js"
defer=""
></script>
<script
src="./_next/static/AmzL7zm2ZsiZcpAQ29wCN/_buildManifest.js"
defer=""
></script>
<script
src="./_next/static/AmzL7zm2ZsiZcpAQ29wCN/_ssgManifest.js"
defer=""
></script>
</head>
<body>
<div id="__next">
<div class="h-screen main-bg w-full flex-1 flex flex-col">
<div class="flex items-center justify-between px-12 py-5">
<img
src="./images/logo1.png"
alt="Ministry"
class="h-16 object-contain"
/><img
src="./images/logo2.png"
alt="Ministry"
class="h-[3.5rem] object-contain"
/>
</div>
<img
src="./images/headerline.png"
alt="headerline"
class="h-2 w-full object-contain"
/>
<div class="h-full flex-1 flex flex-col">
<div
class="flex flex-1 items-center justify-center h-full flex-col pt-8"
>
<div class="relative h-1/2 w-1/2 flex items-center space-x-3 ml-24">
<a href="/products"
><button type="button">
<p
class="font-medium text-primary-green text-base hover:scale-105 duration-200"
>
PRODUCTS
</p>
</button></a
><img
src="./images/bgAsset.png"
class="h-full w-[55%] object-contain mb-5"
alt="bgAsset"
/><a href="/training-programs"
><button type="button">
<p
class="font-medium text-[#68BEB9] text-base hover:scale-105 duration-200"
>
TRAINING PROGRAMS
</p>
</button></a
>
</div>
<a href="/technical-support"
><button type="button">
<p
class="mr-5 font-medium text-[#68BEB9] text-base text-center hover:scale-105 duration-200"
>
TECHNICAL SUPPORT
</p>
</button></a
>
</div>
</div>
<footer class="footer-image h-40 mt-16"></footer>
</div>
</div>
<script id="__NEXT_DATA__" type="application/json">
{
"props": { "pageProps": {} },
"page": "/",
"query": {},
"buildId": "AmzL7zm2ZsiZcpAQ29wCN",
"assetPrefix": ".",
"nextExport": true,
"autoExport": true,
"isFallback": false,
"scriptLoader": []
}
</script>
</body>
</html>