-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpg6_discussion.html
69 lines (49 loc) · 2.37 KB
/
pg6_discussion.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Team A Report</title>
<!--main stylesheet-->
<link rel="stylesheet" href="css/vizpjt_main.css" type = "text/css"> <!--main style sheet to be customized-->
<link href="css/simple-line-icons.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--templater header-->
<div w3-include-html="template_header.html"></div>
<nav role = "top_navbar">
<ul class = "topnav">
<li><a href="index.html">Introduction</a></li>
<li><a href="pg2_motivation.html">Motivation</a></li>
<li><a href="pg3_research_work.html">Research Work</a></li>
<li><a href="pg4_design_concept.html">Design & Concept</a></li>
<li><a href="pg5_demo.html">Demo</a></li>
<li><a class="active" href="pg6_discussion.html">Discussion</a></li>
<li><a href="pg7_futurework.html">Future Work</a></li>
<li><a href="pg8_credits.html">Credits</a></li>
<li><a href="pg9_installation_guide.html">Installation Guide</a></li>
</ul>
</nav>
<!--template left nav bar -->
<div w3-include-html="template_leftnavbar.html"></div>
<!-- the body of the content-->
<div class = "mainbody_content">
<!--slideshow-->
<div class="slideshow-container" style = "width = 80%">
<div class="mySlides fade">
<!--
<div class="nav_slide_prev" style="height: 1000px display: block float:left; ">
<a class="prev" onclick="plusSlides(-1)"><p> <font size = 20 font color = grey> < </font> </p></a>
</div> <!-->
<div class="numbertext">1 / 1</div>
<div class = "content_slide" style="align:middle;">
<img src="data/discussion.png" alt="SMU Logo" style="width:700px;height:450px; align:middle;">
</div>
<!--slideshow-->
</div>
<!--load JS-->
<script src = "js/w3data.js"></script>
<script>
w3IncludeHTML();
</script>
<script src = "js/vizpjt_main.js"></script>
</body>
</html>