This repository was archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (62 loc) · 2.67 KB
/
index.html
File metadata and controls
64 lines (62 loc) · 2.67 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
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="This page shows the documents created for a University project which the team ByteOps has worked on.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="assets/logo.jpg">
<script src="repoTree.js" defer></script>
<script src="script.js" defer></script>
<title>ByteOps</title>
</head>
<body>
<header>
<a href="https://github.com/ByteOps-swe"><img id="logo" src="assets/Logo_bw.png" alt="ByteOps Logo"></a>
<ul>
<li><a href="https://github.com/ByteOps-swe/MVP">MVP</a></li>
<li><a href="https://github.com/ByteOps-swe/proof-of-concept">Proof of Concept</a></li>
<li><a href="https://github.com/ByteOps-swe/Documents/releases">Releases</a></li>
<li><a href="#Presentazione">Presentazione</a></li>
<li><a href="#Documenti">Documenti</a></li>
<li><a href="#TheTeam">Il Team</a></li>
</ul>
</header>
<section class = "banner">
</section>
<main>
<button onclick="goUp()" id="goUp" class="goUpNonVis"></button>
<section id="Presentazione">
<h1>Lettere di presentazione</h1>
<div id="presentazione">
<h2 id="Loading">Loading repo files</h2>
<p>(If nothing is shown, please be sure that JavaScript is enabled)</p>
</div>
</section>
<section id="Documenti">
<h1>Documenti</h1>
<div id="files">
<h2 id="Loading">Loading repo files</h2>
<p>(If nothing is shown, please be sure that JavaScript is enabled)</p>
</div>
</section>
<section>
<h1>Il Team</h1>
<div id="TheTeam">
<ul>
<li> <a href="https://github.com/Barutta02"> Andrea Barutta</a> </li>
<li> <a href="https://github.com/EndyXVIII"> Endi Hysa</a> </li>
<li> <a href="https://github.com/riquesse"> Riccardo Smanio</a> </li>
<li> <a href="https://github.com/Shinji76"> Francesco Pozza</a> </li>
<li> <a href="https://github.com/dadiottto"> Davide Diotto</a></li>
<li> <a href="https://github.com/N0tNino"> Nicola Preto</a> </li>
<li> <a href="https://github.com/lisienskenderi"> Lisien Skenderi</a> </li>
</ul>
</div>
</section>
</main>
<footer>
<p> ByteOps Software Engineering 2023-2024</p>
</footer>
</body>
</html>