-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (88 loc) · 3.26 KB
/
Copy pathindex.html
File metadata and controls
91 lines (88 loc) · 3.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Jetsadakorn's Portfolio</title>
</head>
<body>
<div id="navbar">
<div id="navlogo">
<p>JM</p>
</div>
<nav id="navbutton">
<ul>
<li class="button">Home</li>
<li class="button">Works</li>
<li class="button">Contact</li>
</ul>
</nav>
</div>
<div class="clearfix"></div>
<section id="hero">
<img src="images/qn.png">
<div class="card" id="hero-text">
<h1 style="font-family: 'Itim'; color: #FFECB3;">Quicknote!</h1>
<p>Cloud storage note taking Progressive Web Apps<br>with Markdown text formatting.</p>
<div class="button" id="hero-button">More Detail</div>
</div>
</section>
<div class="clearfix" style="height: 1px;"></div>
<section class="content" id="works">
<header class="content-title">Works</header>
<div class="card card-work">
<img src="images/ntc.png">
<h1>FSC Tracker</h1>
<p>NTC member database system.<br><br></p>
</div>
<div class="card card-work">
<img src="images/covid19.png">
<h1>COVID19 Tracking Status</h1>
<p>Covid-19 statistics and map web application.<br><br></p>
</div>
<div class="card card-work">
<img src="images/sabisu.png">
<h1>SABISU</h1>
<p>Mobile application platform for SMEs<br><br></p>
</div>
</section>
<div class="clearfix"></div>
<section class="content" id="about_me">
<header class="content-title">About me</header>
<br>
<h2>Jetsadakorn Maliwan</h2>
<p>Studying Digital Media Program at Prince on Songkla University International Collage</p>
<br>
<h3>Skills</h3>
<div>
<img src="https://img.icons8.com/color/48/000000/flutter.png" />
<img src="https://img.icons8.com/color/48/000000/google-firebase-console.png" />
<img src="https://img.icons8.com/color/48/000000/c-sharp-logo.png" />
<img src="https://img.icons8.com/color/48/000000/python.png" />
<img src="https://img.icons8.com/officel/40/000000/php-logo.png" />
</div>
</section>
<div class="clearfix"></div>
<footer id="footer">
<section class="content">
<a href="https://github.com/jamesfeeder" target="_blank">
<img src="https://img.icons8.com/fluent/50/000000/github.png" />
</a>
<a href="https://www.facebook.com/jf86555/" target="_blank">
<img src="https://img.icons8.com/fluent/48/000000/facebook-new.png" />
</a>
<a href="mailto:jatsadakorn555@gmail.com" target="_blank">
<img src="https://img.icons8.com/fluent/48/000000/circled-envelope.png" />
</a>
<br>
<ul>
<li class="button">Home</li>
<li class="button">Works</li>
<li class="button">Contact</li>
</ul>
<div class="clearfix"></div>
<p>Jetsadakorn Maliwan</p>
</section>
</footer>
</body>
</html>