forked from Fastbyte01/Read
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage1.html
117 lines (107 loc) · 5.02 KB
/
page1.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE HTML>
<!--
Read by Fastbyte01
Based on Read-only template released by html5up.
Free for personal and commercial use under the CCA 3.0 license
-->
<html>
<head>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🦥</text></svg>">
<title>{{site.title}}</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<header>
{% include header.html %}
</header>
<nav id="nav">
{% include nav.html %}
</nav>
<footer>
{% include social-links.html %}
</footer>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="container">
<h3>{{site.sec6}}</h3>
<!-- <p>{{site.sec7}}</p> -->
<div class="features">
<article>
<a class="image"><img src="/assets/images/KIST-MAHRU.jpg" alt="" /></a>
<div class="inner">
<h4>{{site.sec7}}</h4>
<p>{{site.sec8}}</p>
</div>
</article>
<article>
<a class="image">
<video autoplay muted loop width="100%" height="auto">
<source src="/assets/videos/G1+ros.mp4?v=1.0" type="video/mp4">
<p>Your browser does not support HTML video. Please upgrade your browser.</p>
</video>
</a>
<div class="inner">
<h4>{{site.sec10}}</h4>
<p>{{site.sec11}}</p>
</div>
</article>
<article>
<a class="image">
<video autoplay muted loop width="100%" height="auto">
<source src="/assets/videos/ADP.mp4?v=1.0" type="video/mp4">
<p>Your browser does not support HTML video. Please upgrade your browser.</p>
</video>
</a>
<div class="inner">
<h4>{{site.sec12}}</h4>
<p>{{site.sec13}}</p>
</div>
</article>
<article>
<a class="image"><img src="/assets/images/mahru+mppi.jpg" alt="" /></a>
<div class="inner">
<h4>{{site.sec14-0}}</h4>
<p>{{site.sec15-0}}</p>
</div>
</article>
<article>
<a class="image">
<video autoplay muted loop width="100%" height="auto">
<source src="/assets/videos/MPPI2link.mp4?v=1.0" type="video/mp4">
<p>Your browser does not support HTML video. Please upgrade your browser.</p>
</video>
</a>
<div class="inner">
<h4>{{site.sec16-0}}</h4>
<p>{{site.sec17-0}}</p>
</div>
</article>
<article>
<a class="image"><img src="/assets/images/MPC.jpg" alt="" /></a>
<div class="inner">
<h4>{{site.sec18-0}}</h4>
<p>{{site.sec19-0}}</p>
</div>
</article>
</div>
</div>
<!-- ADP-off_line -->
</div>
<!-- Footer -->
<section id="footer">
{% include footer.html %}
</section>
</div>
<!-- Scripts -->
{%include script.html %}
</body>
</html>