|
@@ -1,5 +1,5 @@
|
1
|
1
|
<!--HERO SECTION-->
|
2
|
|
-<div class="px-4 py-5" style="height: 100vh;">
|
|
2
|
+<div class="px-4 py-5" style="height: 120vh;">
|
3
|
3
|
|
4
|
4
|
<div class="d-flex flex-column position-relative" style="height: 100%;overflow: hidden;">
|
5
|
5
|
<!-- <nav class="navbar navbar-expand-lg p-0" style="background-color: rgba(0, 0, 0, 0);">
|
|
@@ -24,13 +24,41 @@
|
24
|
24
|
</div>
|
25
|
25
|
</nav> -->
|
26
|
26
|
|
|
27
|
+ <!--TEMP NAVBAR-->
|
|
28
|
+ <nav class="navbar navbar-expand-lg w-100" style="position: absolute;z-index: 2;background-color: rgba(255, 255, 255, 0.2);">
|
|
29
|
+ <div class="container-fluid">
|
|
30
|
+ <a class="navbar-brand py-3 px-5" href="/">
|
|
31
|
+ <img src="/assets/svg/logo.svg" width="100">
|
|
32
|
+ </a>
|
|
33
|
+ <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
|
34
|
+ <span class="navbar-toggler-icon"></span>
|
|
35
|
+ </button>
|
|
36
|
+ <div class="collapse navbar-collapse d-flex" id="navbarNavDropdown">
|
|
37
|
+ <ul class="navbar-nav me-auto me-md-0 ms-md-auto">
|
|
38
|
+ <li class="nav-item">
|
|
39
|
+ <a class="nav-link active fw-bolder font-18" aria-current="page" href="/" style="color: #fff;">Home</a>
|
|
40
|
+ </li>
|
|
41
|
+ <li class="nav-item">
|
|
42
|
+ <a class="nav-link fw-bolder font-18" href="#" style="color: #fff;">Introduction</a>
|
|
43
|
+ </li>
|
|
44
|
+ <li class="nav-item">
|
|
45
|
+ <a class="nav-link fw-bolder font-18" href="#" style="color: #fff;">What is Text4u?</a>
|
|
46
|
+ </li>
|
|
47
|
+ <li class="nav-item">
|
|
48
|
+ <a class="nav-link fw-bolder font-18" href="#" style="color: #159B9B;">Submit</a>
|
|
49
|
+ </li>
|
|
50
|
+ </ul>
|
|
51
|
+ </div>
|
|
52
|
+ </div>
|
|
53
|
+ </nav>
|
|
54
|
+
|
27
|
55
|
<video autoplay muted loop style="width: 100%;">
|
28
|
56
|
<source src="/assets/video/hero.mp4" type="video/mp4">
|
29
|
57
|
</video>
|
30
|
58
|
|
31
|
59
|
<div class="w-100 flex-grow-1 row p-0 m-0 position-absolute" style="overflow: hidden;z-index: 1; background: rgba(0, 0, 0, 0.5); height: 100%;">
|
32
|
60
|
<div class="col-4 d-none d-lg-flex">
|
33
|
|
- <img src="/assets/img/group_21.png" class="img-fluid mt-auto mx-auto" style="height: 90%;" />
|
|
61
|
+ <img src="/assets/img/group_21.png" class="img-fluid mt-auto mx-auto" style="height: 75%;" />
|
34
|
62
|
</div>
|
35
|
63
|
<div class="col-12 col-lg-8 px-5 d-flex">
|
36
|
64
|
<div class="my-auto w-100">
|