-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
15 lines (15 loc) · 729 Bytes
/
about.html
File metadata and controls
15 lines (15 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style-about.css">
<title>about</title>
</head>
<body>
<main>
<img src="https://i.imgur.com/fAsIPkB.jpeg" alt="A portrait of Ramon Emmiel Jasmin">
<p>Ramon Emmiel Jasmin is a junior computer science student attending Saint Louis University. Ramon is very enthusiastic about Mathematics because he loves the things that he cannot fully comprehend and understand. The 20-year old leans more on the theoretical aspects of computer science wanting to pursue data science and academe later in his career.</p>
</main>
</body>
</html>