forked from mzayem/Realtime-Innovation-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (278 loc) · 9.2 KB
/
index.html
File metadata and controls
285 lines (278 loc) · 9.2 KB
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
type="image/svg+xml"
href="./assets/images/small-logo.png"
/>
<title>Realtime Innovation</title>
<link href="./assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- header -->
<header>
<div class="navbar">
<img class="logo" src="./assets/images/navbar-logo.png" />
<div class="nav">
<a href="#home" class="active">Home</a>
<a href="#products">Products</a>
<a href="#about">About</a>
<a href="#career">Career</a>
<a href="#contact">Contact</a>
</div>
<button onclick="toggleMobileNav()">
<svg
xmlns="http://www.w3.org/2000/svg"
width="30"
height="30"
fill="currentColor"
className="bi bi-list"
viewBox="0 0 16 16"
id="navIcon"
>
<path
fillRule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"
/>
</svg>
</button>
</div>
</header>
<div class="mobile-nav" id="mobile-nav">
<a href="#home">Home</a>
<a href="#products">Products</a>
<a href="#about">About</a>
<a href="#career">Career</a>
<a href="#contact">Contact</a>
</div>
<!-- hero section -->
<section class="home-container" id="home">
<div class="text-container">
<h1>Build <span>Innovation Solutions</span> for a better tomorrow</h1>
<h2>
We focus on creating innovative products that empower people to live
better meaningful lives
</h2>
</div>
<img src="./assets/images/hero-background.jpeg" alt="Hero Background" />
</section>
<!-- products -->
<section class="products-container" id="products">
<div class="heading">
<h3>Our Products</h3>
<h2>What We Do</h2>
</div>
<div class="card-container">
<div class="card">
<img src="./assets/images/me_daily.png" alt="Mevolve Daily" />
<h3>Mevolve Daily</h3>
<h6>Mobile App, Tablet App, Web</h6>
<p>Take charge and unlock potential by evolving daily with Mevolve</p>
</div>
<div class="card">
<img src="./assets/images/me_ai.png" alt="Mevolve AI" />
<h3>Mevolve AI</h3>
<h6>Mobile App, Tablet App, Web</h6>
<p>Supercharge Your Growth Embrace AI Your Personal Development</p>
</div>
<div class="card">
<img src="./assets/images/me_junior.png" alt="Mevolve Junior" />
<h3>Mevolve Junior</h3>
<h6>Mobile App, Tablet App, Web</h6>
<p>
Empower Kids with right tools to build strong foundation for a life
</p>
</div>
</div>
</section>
<!-- about section -->
<section class="about-container" id="about">
<div class="heading">
<h3>About</h3>
<h2>Our Culture and Values</h2>
</div>
<p class="desc">
We nurture a culture based on strong values and positive behaviors.
</p>
<div class="content">
<div class="item-container">
<div class="item">
<img src="./assets/images/ic-integrity.png" alt="Integrity Image" />
<div class="text">
<h4>Integrity First</h4>
<p>Uphold honesty and ethical standards in all actions</p>
</div>
</div>
<div class="item">
<img src="./assets/images/ic-proactive.png" alt="Proactive Image" />
<div class="text">
<h4>Be Proactive</h4>
<p>Take initiative and seize opportunity</p>
</div>
</div>
<div class="item">
<img
src="./assets/images/ic-supportive.png"
alt="Supportive Image"
/>
<div class="text">
<h4>Be Supportive</h4>
<p>Foster collaboration and offer support</p>
</div>
</div>
<div class="item">
<img
src="./assets/images/ic-responsive.png"
alt="Responsive Image"
/>
<div class="text">
<h4>Be Responsible</h4>
<p>Embrace diversity and value different perspectives</p>
</div>
</div>
<div class="item">
<img src="./assets/images/ic-honesty.png" alt="Honesty Image" />
<div class="text">
<h4>Be Honest</h4>
<p>Always treat others with dignity and respect</p>
</div>
</div>
</div>
<img
class="graphic"
src="./assets/images/AboutGraphic.png"
alt="About Graphic"
/>
</div>
</section>
<!-- carrer section -->
<section class="career-container" id="career">
<div class="heading">
<h3>Career</h3>
<h2>Join Our Team</h2>
</div>
<div class="card-container">
<div class="card">
<img src="./assets/images/frontend.png" alt="Front End Developer" />
<h3>Front End Developer</h3>
<ul>
<li>Angular</li>
<li>Firebase</li>
</ul>
<button>Apply</button>
</div>
<div class="card">
<img src="./assets/images/ui-ux.png" alt="UI/UX Developer" />
<h3>UI/UX Developer</h3>
<ul>
<li>Figma</li>
<li>Canva</li>
</ul>
<button>Apply</button>
</div>
<div class="card">
<img src="./assets/images/flutter.png" alt="Flutter Developer" />
<h3>Flutter Developer</h3>
<ul>
<li>Flutter</li>
<li>Firebase</li>
</ul>
<button>Apply</button>
</div>
<div class="card">
<img src="./assets/images/qa-automation.png" alt="QA Automation" />
<h3>QA Automation</h3>
<ul>
<li>Appium</li>
<li>Typescript</li>
</ul>
<button>Apply</button>
</div>
</div>
</section>
<!-- contact section -->
<section class="contact-container" id="contact">
<div class="heading">
<h3>Contact</h3>
<h2>Connect With Us</h2>
</div>
<a href="mailto:hello@realtime-innovations.com" class="link">
<img
class="email"
src="./assets/images/formkit_email.png"
alt="Email Icon"
/>
hello@realtime-innovations.com
</a>
<a href="#">
<img src="./assets/images/linkedin.png" alt="LinkedIn Icon" />
</a>
</section>
<!-- footer -->
<footer class="footer-container">
<div class="container">
<p>Dublin, IE</p>
<div class="logo">
<img src="./assets/images/small-logo.png" alt="Logo" />
</div>
<p class="copyright">
All copyrights are reserved by Realtime Innovative
</p>
</div>
</footer>
<script>
function toggleMobileNav() {
var x = document.getElementById("mobile-nav");
var icon = document.getElementById("navIcon");
if (x.style.display === "flex") {
x.style.display = "none";
icon
.querySelector("path")
.setAttribute(
"d",
"M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5"
);
} else {
x.style.display = "flex";
icon
.querySelector("path")
.setAttribute(
"d",
"M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z"
);
}
}
window.addEventListener("scroll", () => {
console.log("Scroll event triggered");
const sections = document.querySelectorAll("section");
const scrollPosition = window.scrollY + 300;
let currentSectionId = "";
sections.forEach((section) => {
const sectionTop = section.offsetTop;
const sectionHeight = section.clientHeight;
if (
scrollPosition >= sectionTop &&
scrollPosition < sectionTop + sectionHeight
) {
currentSectionId = "#" + section.id;
}
});
const navLinks = document.querySelectorAll(".nav a");
navLinks.forEach((link) => {
const href = link.getAttribute("href");
console.log("Link href:", href);
link.classList.remove("active");
if (href && href === currentSectionId) {
link.classList.add("active");
}
});
});
</script>
</body>
</html>