-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
175 lines (169 loc) · 7.36 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>controlled by JavaScript</title>
<link rel="stylesheet" href="master/assets/css/style.css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body
class="leading-normal tracking-normal text-indigo-400 m-6 bg-cover bg-fixed"
style="background-image: url('master/assets/media/header.png')"
>
<main>
<!--
Navigation Bar
-->
<div class="container mx-auto">
<div class="flex items-center justify-between">
<a class="navbar-title font-bold text-2xl lg:text-4xl" href="#">
controlled by JavaScript
</a>
<div class="flex w-1/2 justify-end content-center">
<a
class="udemy-button-link inline-block text-blue-300 no-underline hover:text-pink-500 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4 transform hover:scale-125 duration-300 ease-in-out"
href="https://udemy.com/"
>
<!-- Udemy SVG -->
<svg
viewBox="0 0 412.77 799.91"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
viewBox="0 0 24 24"
>
<path
d="M412.74 238.2l-206.4-119.1L0 238.2V119.1L206.37 0l206.4 119.1v119.1z"
fill="#a435f0"
/>
<path
d="M0 338.22h108.11v262.54c0 67.83 50.67 100.9 98.26 100.9 48 0 98.3-33.95 98.3-101.81V338.22h108.1v268.8c0 62.48-19.65 110.7-58.96 143.76-39.33 33.04-88.45 49.13-148.35 49.13-59.84 0-108.99-16.06-147.38-49.13C19.65 717.75 0 671.32 0 609.69z"
/>
</svg>
</a>
<a
class="github-button-link inline-block text-blue-300 no-underline hover:text-pink-500 hover:text-underline text-center h-10 p-2 md:h-auto md:p-4 transform hover:scale-125 duration-300 ease-in-out"
href="https://github.com/"
>
<!-- GitHub SVG -->
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="Bottombar_icon__zdqmH"
viewBox="0 0 24 24"
>
<path
d="M21.035 5.257c.91 1.092 1.364 2.366 1.364 3.822 0 5.277-3.002 6.824-5.823 7.279.364.637.455 1.365.455 2.093v3.73c0 .455-.273.728-.637.728a.718.718 0 01-.728-.728v-3.73a2.497 2.497 0 00-.728-2.093l.455-1.183c2.821-.364 5.733-1.274 5.733-6.187 0-1.183-.455-2.275-1.274-3.185l-.182-.727a4.04 4.04 0 00.09-2.73c-.454.09-1.364.273-2.91 1.365l-.547.09a13.307 13.307 0 00-6.55 0l-.547-.09C7.57 2.71 6.66 2.437 6.204 2.437c-.273.91-.273 1.91.09 2.73l-.181.727c-.91.91-1.365 2.093-1.365 3.185 0 4.822 2.73 5.823 5.732 6.187l.364 1.183c-.546.546-.819 1.274-.728 2.002v3.821a.718.718 0 01-.728.728.718.718 0 01-.728-.728V20.18c-3.002.637-4.185-.91-5.095-2.092-.455-.546-.819-1.001-1.274-1.092-.09-.091-.364-.455-.273-.819.091-.364.455-.637.82-.455.91.182 1.455.91 2 1.547.82 1.092 1.639 2.092 4.095 1.547v-.364c-.09-.728.091-1.456.455-2.093-2.73-.546-5.914-2.093-5.914-7.279 0-1.456.455-2.73 1.365-3.822-.273-1.273-.182-2.638.273-3.73l.455-.364C5.749 1.073 7.023.8 9.66 2.437a13.673 13.673 0 016.642 0C18.851.708 20.216.98 20.398 1.072l.455.364c.455 1.274.546 2.548.182 3.821z"
/>
</svg>
</a>
</div>
</div>
</div>
<!--
Hero Section
-->
<div
class="container pt-24 md:pt-36 mx-auto flex flex-wrap flex-col md:flex-row items-center"
>
<!-- Left Column -->
<div
class="flex flex-col w-full xl:w-2/5 justify-center lg:items-start overflow-y-hidden"
>
<h1
class="hero-h1 my-4 text-3xl md:text-5xl text-white opacity-75 font-bold leading-tight text-center md:text-left"
>
<!-- controlled by JavaScript -->
</h1>
<p
class="hero-p leading-normal text-base md:text-2xl mb-8 text-center md:text-left"
>
<a href="#" class="cursor-text">Controlled</a>
<span>by JavaScript</span>
</p>
<div
class="bg-gray-900 opacity-75 w-full shadow-lg rounded-lg px-8 pt-6 pb-8 mb-4"
>
<div class="mb-4">
<h3 class="dialog-title block text-blue-300 py-2 font-bold mb-2">
controlled by JavaScript
</h3>
<div class="dialog-list grid grid-cols-2 gap-4">
<!-- controlled by JavaScript -->
</div>
<div class="flex flex-row justify-between font-normal">
<button
class="view-less-button py-2 font-normal hover:from-pink-500 hover:to-green-500 transform transition hover:scale-105 duration-300 ease-in-out"
>
view less
</button>
<button
class="view-more-button py-2 hover:from-pink-500 hover:to-green-500 transform transition hover:scale-105 duration-300 ease-in-out"
>
view more
</button>
</div>
</div>
<div class="flex items-center justify-between pt-4">
<a href="#" class="goto-project">
<button
class="bg-gradient-to-r from-purple-800 to-green-500 hover:from-pink-500 hover:to-green-500 text-white font-bold py-2 px-4 rounded focus:ring transform transition hover:scale-105 duration-300 ease-in-out"
type="button"
>
<!-- controlled by JavaScript -->
</button></a
>
</div>
</div>
</div>
<!--
Right Column
-->
<div class="w-full xl:w-3/5 p-12 overflow-hidden">
<div
class="relative transform transition hover:scale-105 duration-700 ease-in-out -rotate-6 hover:rotate-6"
>
<a href="#" class="macbook-project-link">
<img
class="mx-auto w-full md:w-4/5"
src="master/assets/media/macbook.svg" />
<img src="#" class="macbook-project-modal"
/></a>
</div>
</div>
<!--
Technologies Section
-->
<div class="mx-auto md:pt-16">
<div
class="technologies-section flex flex-row justify-center items-center mt-5 gap-10"
>
<!-- controlled by JavaScript -->
</div>
</div>
<!--
Footer Section
-->
<div class="w-full pt-16 pb-6 text-sm text-center md:text-left fade-in">
<a
class="text-gray-500 no-underline hover:no-underline"
href="https://github.com/ladunjexa"
>© ladunjexa 2023</a
>
- UI by
<a
class="text-gray-500 no-underline hover:no-underline"
href="https://www.tailwindtoolbox.com"
>TailwindToolbox.com</a
>
</div>
</div>
</main>
<!-- Custom JavaScript -->
<script type="module" src="master/assets/js/script.js"></script>
</body>
</html>