-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
80 lines (71 loc) · 3.13 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>Scoala Gimnaziala Teliu - Contact</title>
<link rel="shortcut icon" href="images/icon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<link href="postcardStyles.css" rel="stylesheet">
<script src="scripts.js"></script>
</head>
<body ng-app="ngAnimate">
<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><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">LOCALIZARE</a>
<a class="col-sm-2" href="contact.html" style="background-color: #1c3e7c;">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>
<ul style="margin-top: 50px;">
<li>
<div class="front" id="postcard">
<table>
<tr>
<td style="text-align: left;">
<h5><br>Adresa: </h5>
<h6>str. Al. Petofi, nr.344, com. Teliu, cod. 507225, jud. Brașov</h6>
<h5><br>E-mail: </h5>
<h6>[email protected]; [email protected]</h6>
<h5><br>Telefon: </h5>
<h6>0268518356</h6>
<h5><br>Fax: </h5>
<h6>0268518356</h6>
</td>
</tr>
</table>
</div>
<div class="back" id="postcard">
<table>
<tr>
<td width="300px">
<center>
<a class="facebook"
href="https://www.facebook.com/people/%C8%98coala-Gimnazial%C4%83-Teliu/100006560329288/">
<img src="images/facebook.png" width="100" height="100"
style="margin-top: 125px;">
</a>
</center>
</td>
</tr>
</table>
</div>
</li>
</ul>
</center>
</body>
</html>