-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
43 lines (42 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="media/mainicon.png" />
<meta
name="description"
content="Andre Dalwin is a sophomore CS student with interests in programming and video production."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#fcfaf4" />
<link rel="stylesheet" href="style.css" />
<title>dalwin. | About</title>
</head>
<body>
<nav>
<a href="index.html"><h3 class="nav-title">dalwin.</h3></a>
<div class="links">
<a href="works.html"> <p>WORKS</p></a>
<a href="about.html"><p> ABOUT </p></a>
</div>
</nav>
<section class="about">
<img src="media/me.jpg" alt="">
<div class="text">
<h1>Hey, I'm Andre Dalwin.</h1>
<p> I'm a sophomore Computer Science student in the Ateneo de Manila University and
I have an interest in programming and visual arts. My previous experiences includes
animation, brand management, and video production. Trying out and experimenting in motion graphics
allowed me to expand my creative process and grow as an enthusiast. Some of my recent projects focuses
on logo animations, same-day edits, videography, and computer generated imagery, all of which allows me to hone my skills.
<br><br>
I am currently the Internal Affairs head at the SOSE Sanggunian as well as the Assistant Vice President for Documentations in COA-Manila. Additionally, I
am also a Videos member of the Company of Ateneo Dancers Documentation Team.
<br><br>
Additionally, I am also a programmer who has skills in Java, Python, C++, HTML, CSS, and Flutter.
</p>
</div>
</section>
</body>
</html>