-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalizare.html
More file actions
55 lines (50 loc) · 2.62 KB
/
localizare.html
File metadata and controls
55 lines (50 loc) · 2.62 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
<!DOCTYPE html>
<html>
<head>
<title>Scoala Gimnaziala Teliu - Map</title>
<link rel="shortcut icon" href="images/icon.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
<link href="styles.css" rel="stylesheet">
<script src="scripts.js"></script>
</head>
<body>
<div style="position: relative; left: 20; top: 20; padding: 20px;">
<center><img class="school_background" src="images/cover.jpg" height="275" width="100%"" border="3" alt="Scoala Teliu" style="opacity: 50%;"></center>
<center><img class="logo" src="images/icon.png" width="140" height="140"></center>
</div>
<div>
<font id="night" color="#041664" face="Copperplate Gothic">
     <input id="check1" type='checkbox'> Night mode
</font>
</div>
<br>
<div class="container-fluid"></div>
<div class = "row" style="background-color: rgb(77, 74, 74); position: sticky; top: 0;">
<a class="col-sm-2" href="index.html">ACASA</a>
<a class="col-sm-2" href="localizare.html" style="background-color: #1c3e7c;">LOCALIZARE</a>
<a class="col-sm-2" href="contact.html">CONTACT</a>
<a class="col-sm-2" href="anunturi.html">ANUNTURI</a>
<a class="col-sm-2" href="examene.html">EXAMENE</a>
<a class="col-sm-2" href="about.html">DESPRE NOI</a>
</div>
</div>
<center>
<div class="pagina" style="float:none;">
<h2><font id="nightTitle" color="#041664" face="Copperplate Gothic"><u>LOCALIZAREA SCOLII PE HARTA</font></u></h2>
<br><br>
<center>
<div class="mapouter">
<div class="gmap_canvas">
<iframe style="width: 600px; height: 500px;" id="gmap_canvas" src="https://maps.google.com/maps?q=Strada%20Pet%C5%91fi%20S%C3%A1ndor%20344,%20Teliu%20507225&t=k&z=17&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0">
</iframe>
<a href="https://123movies-to.org"></a>
<br>
<a href="https://www.embedgooglemap.net">embedgooglemap.net</a>
</div>
</div>
</center>
</div>
</center>
</body>
</html>