forked from tintinap/MFIT-Learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
158 lines (124 loc) · 5.9 KB
/
about.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<title>MFIT-Learning</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://vjs.zencdn.net/6.6.3/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/ie8/1.1.2/videojs-ie8.min.js"></script>
<link rel="icon" href="./image/logo2.png">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kanit" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<!-- <link type="text/css" rel="stylesheet" href="css/magnific-popup.css" /> -->
<!-- CSS stylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- Icon -->
<link rel="icon" href="./image/logo2.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="padding-bottom: 0px;">
<nav id="nav" class="navbar fixed-nav">
<div class="container">
<div class="navbar-header">
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="image/logo-alt.png" alt="logo">
<img class="logo-alt" src="image/logo-alt.png" alt="logo">
</a>
</div>
<div class="nav-collapse">
<span></span>
</div>
</div>
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="index.html#home ">Home</a></li>
<li><a href="index.html#lesson">Lesson</a></li>
<li><a>About us</a></li>
</ul>
</div>
</nav>
<!-- About Us -->
<div id="lesson" class="section" style="padding-top:100px;">
<div class="container">
<div class="section-header text-center">
<h2 class="title">Our Team</h2>
</div>
<div id="profileScroll">
<!-- <div class="headtitle "><b>Our Team</b></div> -->
<div class="allCardcontainer ">
<div class="subCardContainer ">
<div class="card profile ">
<img src="./image/tinnapat.png" style="width: 269px; height: 250px;
border-radius: 31px 31px 0px 0px; " width="50px " alt="Avatar ">
<div class="card-container ">
<h4>Tinnapat Plangsri</h4>
<p><b>Web Developer</b></p>
<p>60070028</p>
<p><i class="fa fa-facebook-square "></i> : <a href="https://www.facebook.com/Rew.Tinnapat.Plangsri ">
Rew Tinnapat Plangsri
</a></p>
<p><i class="fa fa-github "></i> : <a href="https://github.com/tintinap ">
tintinap
</a></p>
</div>
</div>
<div class="card profile ">
<img src="./image/nantatchaporn.png" style="width: 269px; height: 250px;
border-radius: 31px 31px 0px 0px; " width="50px " alt="Avatar ">
<div class="card-container ">
<h4>Nantatchaporn Thangsuk</h4>
<p><b>Web Designer</b></p>
<p>60070039</p>
<p><i class="fa fa-facebook-square "></i> : <a href=" "><a href="https://www.facebook.com/fernarmyz ">
Fern'z Ntp
</a></p>
<p><i class="fa fa-github "></i> : <a href="https://github.com/fernarmyz ">
fernarmyz
</a></p>
</div>
</div>
<div class="card profile ">
<img src="./image/pongsapak.png" style="width: 269px; height: 250px;
border-radius: 31px 31px 0px 0px; " width="50px " alt="Avatar ">
<div class="card-container profile ">
<h4>Pongsapak Pinyapong</h4>
<p><b>Content Creator</b></p>
<p>60070056</p>
<p><i class="fa fa-facebook-square "></i> : <a href="https://www.facebook.com/pongsapak.pinyapong ">
Pongsapak Pinyapong
</a></p>
<p><i class="fa fa-github "></i> : <a href="https://github.com/PunnyME ">
PunnyMe
</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="footer" class="sm-padding bg-dark">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-logo">
<img src="image/logo-alt.png" alt="logo">
</div>
<div class="footer-copyright">
<p>Copyright © 2018. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>