-
Notifications
You must be signed in to change notification settings - Fork 1
/
map.html
105 lines (95 loc) · 4.85 KB
/
map.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, max-scale=1.0" />
<title> Map </title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="stylemap.css">
</head>
<body class="container-fluid p-0 d-flex flex-column" style="background-color: #1F0567;">
<div class="container-fluid p-0 d-flex flex-column">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand">
<img class="nav-logo" src="./cR.png" alt="Bootstrap">
</a>
<button class="navbar-toggler navbar-dark" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse justify-content-end navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link navigation-tab" aria-current="page" href="./index.html" id="home"> Home </a>
<a class="nav-link navigation-tab" aria-current="page" href="./about.html" id="about"> About </a>
<a class="nav-link navigation-tab" aria-current="page" href="./schedule.html" id="Schedule"> Schedule </a>
<a class="nav-link navigation-tab" aria-current="page" href="./collaborators.html" id="collaborators"> Collaborators </a>
<a class="nav-link navigation-tab" aria-current="page" href="./team.html" id="Team"> Team </a>
<a class="nav-link navigation-tab" aria-current="page" href="https://bestcj.ro/3-5-percent-program/" id="3,5"> 3,5% </a>
</div>
</div>
</div>
</nav>
<img src="./comingsoon.svg" class="img-fluid" style="max-width: 100%; height: auto;">
<footer class="text-center text-lg-center footer">
<div class="d-flex flex-column p-3">
<div class="row justify-content-center align-items-center">
<img
class="img-fluid d-flex col col-3 align-self-center align-items-center footer-img"
src="./uT.png"
/>
<div
class="col-md-3 col-6 mb-4 mb-md-0 px-0 px-md-3 d-flex flex-column justify-content-center"
>
<ul class="list-unstyled mb-0">
<li>
<i class="fa fa-phone" style="color: white"></i>
<a class="text-light">+40 769 654 246</a>
</li>
<li>
<!-- <i class="fa fa-envelope" style="color: white"></i> -->
<a class="text-light text-center align-self-center">[email protected]</a>
</li>
<!-- <li>
<a
href="https://www.google.com/maps/place/BEST+Cluj-Napoca,+Strada+Constantin+Daicoviciu+15,+Cluj-Napoca+400020/@46.7707363,23.585254,17z/data=!4m6!3m5!1s0x47490e9c961706a5:0x8ca6bb5ef493be56!8m2!3d46.7707363!4d23.585254!16s%2Fg%2F1tr8kbvd"
class="text-light"
>
<p class="text-white">Strada Constantin Daicoviciu 15, Cluj-Napoca 400020</p>
</a>
</li> -->
</ul>
</div>
<img
class="img-fluid d-flex col col-3 align-self-center align-items-center footer-img"
src="./bEST-CJ.png"
/>
</div>
<div class="d-flex row p-0 justify-content-center mb-2 logo-section">
<a
href="https://www.facebook.com/BESTcluj"
class="col-2 d-flex justify-content-center align-items-center"
>
<img class="img-fluid footer-logo" src="./facebook-alb.png" />
</a>
<a
class="col-2 d-flex justify-content-center align-items-center"
href="https://www.instagram.com/best_clujnapoca/"
>
<img class="img-fluid footer-logo" src="./instagram-alb.png" />
</a>
<a
class="col-2 d-flex justify-content-center align-items-center"
href=" https://www.linkedin.com/company/best-cluj-napoca"
>
<img class="img-fluid footer-logo" src="./linkedin-alb.png" />
</a>
</div>
</div>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</html>