-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (47 loc) · 1.44 KB
/
index.html
File metadata and controls
49 lines (47 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>About Me</h1>
<a href="#game">Favorite Games</a>
<a href="#dog">Favorite Dogs</a>
<a href="#place">Favorite Places</a>
<p>
My name is Cameron Amaral and I am a freshman at Old Colony RVTHS.
<br />
I want computer science for my shop pick because I find it interesting!
<br />
I have experence in computer science from projects ive worked on and by
using tools like github and vscode/Intelij IDEA
<br />
While learning I also expremented with other operating systems like GNU/Linux, Some distro's I used were Pop! OS, Arch and Manjaro
</p>
<h2 id="game">Favorite Games</h2>
<img src="src/EFT.jpg" id="eft" alt="Escape From Tarkov">
<ul>
<li>Escape From Tarkov</li>
<li>Rust</li>
<li>War Thunder</li>
<li>Farming Simulator 25</li>
</ul>
<h2 id="dog">Favorite Dogs</h2>
<img src="src/Bullterrier.jpg" id="bullterrier" alt="Bull Terrier">
<ol>
<li>Pitbull</li>
<li>Bull Terrier</li>
<li>lab</li>
<li>chihuahua</li>
</ol>
<h2 id="place">Favorite Places</h2>
<img src="src/CDF.jpg" id="cdf" alt="Caldeira do Faial">
<ul>
<li>Azores</li>
<li>California</li>
<li>Florida</li>
<li>New Hampshire</li>
</ul>
</body>
</html>