-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (98 loc) · 4.01 KB
/
index.html
File metadata and controls
99 lines (98 loc) · 4.01 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
<title>Model Based IoT</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="./src/script/navbar.js" defer> </script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./src/css/main_page.css">
<script type="text/javascript" src="./src/script/index.js" defer> </script>
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
</head>
<!-- Navigation bar -->
<body>
<aside class="github_box">
<a href="https://github.com/TCC2021SeniorProject" class="icon" title="Github" target="_blank" rel="noopener noreferrer">
View GitHub
<img src="./src/img/icons/GitHub-Mark/PNG/GitHub-Mark-Light-32px.png" alt="" class="image">
</a>
</aside>
<header id="top">
<nav id="nav_bar">
<div id="nav_bar_top_wrapper">
<a class="nav_bar_icon" href="./index.html">
<img src="./src/img/icons/basic_logo.ico" alt="" class="image">
</a>
<a id="nav_bar_link" href="./index.html">
<p class="nav_title">Florida Tech Senior Project</p>
</a>
<input type="checkbox" id="active">
<label for="active" class="menu-btn">
<i class="fas fa-bars"></i>
</label>
<div class="right_nav_items">
<a class="nav_bar_icon" href="./index.html">
<img src="./src/img/icons/basic_logo.ico" alt="" class="image">
</a>
<ul>
<li class="nav_item">
<a href="./src/html/about.html">
<p>About</p>
</a>
</li>
<li class="nav_item">
<a href="https://docs.google.com/presentation/d/e/2PACX-1vTh9g5zqGzarbx02DTe307dhtr2jh2ZGw2s3z_i5PmHWZLLvUaUmvNoTafaaiM74w/pub?start=false&loop=false&delayms=60000">
<p>Poster</p>
</a>
</li>
<li class="nav_item">
<a href="https://docs.google.com/document/d/e/2PACX-1vTR1galRbyqth2rIW9LEjOb-UaB1CBiDIxxlimPgowPbnZS7ZICKoDJFsquVbSiBg/pub">
<p>E-Book Manual</p>
</a>
</li>
<li class="nav_item">
<a href="./src/html/milestones.html">
<p>Milestone</p>
</a>
</li>
<li class="nav_item">
<a href="http://18.188.79.185:8080/">
<p>Translator</p>
</a>
</li>
</ul>
</div>
</div>
<div id="nav_bar_lower_wrapper">
<div id="nav_head_title">
<h1 class="header_title1"> Model Based IoT</h1>
<h5 class="header_title2"> for developers </h5>
</div>
</div>
</nav>
</header>
<div id="main_content">
<h3 id="content_title"> Get Code for IoT System from Diagram Model</h3>
<p id="img_description"> Supportive & Tested Tools </p>
<div id="image_lists">
<div id="img_wrapper">
<img id="python_logo" src="./src/img/background/python_logo.png" alt="python" class="image">
<img id="java_logo" src="./src/img/background/java.png" alt="python" class="image">
<img id="uppaal_logo" src="./src/img/background/uppaal_logo.jpg" alt="python" class="image">
<img id="raspberry_logo" src="./src/img/background/raspberryPi.png" alt="python" class="image">
</div>
</div>
</div>
<footer>
<div class="footer_legal">
<p>
2021 Model Based IoT<br><br> Website hosted on GitHub Server<br><br>Designed by Tony Baek
<a>
</a>
</p>
</div>
</footer>
</body>
</html>