-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
110 lines (104 loc) · 3.87 KB
/
Copy pathabout.html
File metadata and controls
110 lines (104 loc) · 3.87 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
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE HTML>
<!--
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>PH Twitter Fake News Analysis</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="datapreprocess.html">Data</a></li>
<li><a href="methods.html">Methods</a></li>
<li><a href="visualization.html">Visualization</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="conclusions.html">Conclusions</a></li>
</ul>
</nav>
<!-- Home -->
<!-- Overview -->
<article id="overview" class="wrapper style2" style="background-image: url('https://t4.ftcdn.net/jpg/01/91/22/51/360_F_191225191_Ehl3dpuV1PRgGj4VwfDesUIVUVlXuhpz.jpg');">
<div class="container">
<div style="background-color: white; width: 100%; padding: 20px">
<header>
<h2>Meet the team</h2>
<p>Get to know those who made this project.</p>
</header>
</div>
<div class="row aln-center">
<div class="col-4 col-6-medium col-12-small">
<!-- <span class="icon featured fa-comments"></span> -->
<img src="https://pngimg.com/d/plate_PNG107698.png" width="400" height="400"/>
<section class="box style1">
<h3>Hans Daniel Q. Lorico</h3>
<p>
Nickname: Hans</br>
Section: WFW</br>
Contact: hqlorico@up.edu.ph</br>
Favorite Food: Spaghetti, Katsu</br>
Interests: Origami, Piano, Papercraft</br>
Skills: Web Development</br>
Other Works: Palit Yunit Web Application
</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- <span class="icon solid featured fa-camera-retro"></span> -->
<img src="https://pngimg.com/d/plate_PNG107698.png" width="400" height="400"/>
<section class="box style1">
<h3>Jian Lawrence G. Luteria</h3>
<p>
Nickname: Jian</br>
Section: WFX</br>
Contact: jgluteria@up.edu.ph</br>
Favorite Food: Katsudon</br>
Interests: Video Games, Anime, Manhwa</br>
Skills: Software Development</br>
Other Works: UPoutchi Mobile Application
</p>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<!-- <span class="icon featured fa-thumbs-up"></span> -->
<img src="https://pngimg.com/d/plate_PNG107698.png" width="400" height="400"/>
<section class="box style1">
<h3>Christian Jay F. Rosales</h3>
<p>Nickname: Ceej</br>
Section: WFX</br>
Contact: cfrosales1@up.edu.ph</br>
Favorite Food: Tofu</br>
Interests: Piano, Video Games, Anime, Manhwa</br>
Skills: Game Development
Other Works: Eatsko Web Application, The Healthy Brain Game</br>
</p>
</section>
</div>
</div>
</div>
</article>
<!-- Team -->
<article id="team" class="wrapper style4">
<footer>
<ul id="copyright">
<li>© Nutribuns. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>