-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (68 loc) · 1.89 KB
/
index.html
File metadata and controls
73 lines (68 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>Ian Chan</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div class ="header">
<nav>
<ul>
<li id = "firstheader"> Ian C</li>
<li ><a href="Portfolio.html">Portfolio</a></li>
<li><a href="PersonalProjects.html">Personal Projects</a></li>
<li><a href="Academia.html">Academia</a></li>
</ul>
</nav>
</div>
<div id="wrapperShowcase">
<section id="showcase">
<div class = "container">
<h1>IAN CHAN</h1>
<p>Self learning software development. Computer science student in NUS.</p>
</div>
</section>
</header>
</div>
<section id="about">
<div class = "container">
<h1>What's relevant</h1>
<p> Currently studying Computer Science in the National University of Singapore <a href="...">(NUS)</a>, I am driven to leave school as a competent developer. To build industry related skills, I prioritize learning tools and concepts, such as web development, both by myself <a href="">online</a> and in <a href="">teams</a>. I try to live a healthy lifestyle with keto, strength training and consistent sleep so I can be a deep learner.</p>
</div>
<div id= "aboutListAll">
<div class="aboutList">
<h3>Languages </h3>
<ul>
<li>Python</li>
<li>C</li>
<li>Java</li>
<li>HTML/CSS</li>
<li>Vanilla Javascript</li>
<li>Typescript</li>
</ul>
</div>
<div class="aboutList">
<h3>Summary of skills</h3>
<ul>
<li>OOP/ Java best practices</li>
<li>DOM Manipulation</li>
<li>Flexbox/CSS Grid</li>
</ul>
</div>
<div class="aboutList">
<h3>Gear </h3>
<ul>
<li>Ipad Pro</li>
<li>Macbook Pro</li>
<li>Android SonyXperia XZ2 compact</li>
<li>Casio Digital Watch</li>
</ul>
</div>
</div>
</section>
<footer>
<p>Ian C, Copyright ©2019</p>
</footer>
</body>
</html>