-
Notifications
You must be signed in to change notification settings - Fork 0
/
anunturi.html
95 lines (84 loc) · 4.88 KB
/
anunturi.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
<!DOCTYPE html>
<html>
<head>
<title>Scoala Gimnaziala Teliu - Announces</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<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">
<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></li>
<a class="col-sm-2" href="localizare.html">LOCALIZARE</a></li>
<a class="col-sm-2" href="contact.html">CONTACT</a></li>
<a class="col-sm-2" href="anunturi.html" style="background-color: #1c3e7c;">ANUNTURI</a></li>
<a class="col-sm-2" href="examene.html">EXAMENE</a></li>
<a class="col-sm-2" href="about.html">DESPRE NOI</a></li>
</div>
</div>
<br><br>
<center>
<div class="container-fluid">
<font id="nightTitle">
<h2>Anunturi</h2>
<p>Aici se vor publica anunturile ce tin de aceasta scoala.</p>
<br><br>
</font>
<table>
<tr>
<td>
<div class="card" style="width:300px; height: 500px; margin: 10px;">
<img src="images/covid.jpg" alt="Image" style="width:100%; height: 50%;">
<div class="card-body">
<h4 class="card-title">Noutati Covid-19</h4>
<p class="card-text">Afla ultimele stiri legate de pandemie si felul in care aceasta influenteaza activitatea didactica.</p>
<a href="https://www.digi24.ro/stiri/actualitate/elevii-cer-ca-scolile-sa-decida-singure-daca-se-inchid-sau-nu-la-incidenta-de-peste-6-la-mie-nu-le-transformati-in-paturi-ati-1695523"
class="btn btn-primary" style="position: absolute; left:80px; bottom:30px;">Vezi anuntul</a>
</div>
</div>
</td>
<td>
<div class="card" style="width:300px; height: 500px; margin: 10px;">
<img src="images/icon.png" alt="Image" style="width:100%; height: 50%;">
<div class="card-body">
<h4 class="card-title">Noul site al scolii</h4>
<p class="card-text">Noul site al Scolii Gimnaziale din Teliu este acum in functiune.</p>
<a href="index.html"
class="btn btn-primary" style="position: absolute; left:80px; bottom:30px; ">Vezi anuntul</a>
</div>
</div>
</td>
<td>
<div class="card" style="width:300px; height: 500px; margin: 10px;">
<img src="images/img7.jpg" alt="Image" style="width:100%; height: 50%;">
<div class="card-body">
<h4 class="card-title">Primii profesori ai scolii</h4>
<p class="card-text">Afla care au fost primii profesori ai scolii si cum au ajuns ei in invatamant.</p>
<a href="https://ro.wikipedia.org/wiki/Profesor"
class="btn btn-primary" style="position: absolute; left:80px; bottom:30px;">Vezi anuntul</a>
</div>
</div>
</td>
</tr>
</table>
</div>
</center>
<br>
</body>
</html>