-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (63 loc) · 3.2 KB
/
index.html
File metadata and controls
75 lines (63 loc) · 3.2 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Tomas Odio</title>
<link rel="stylesheet" type="text/css" href="reset.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@300&family=Space+Mono&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200&family=Oswald:wght@300&family=Space+Mono&family=Stint+Ultra+Expanded&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<header>
<div class="wrapper">
<h1>Tomas Odio</h1>
<p class="bio"> I'm an Computer Science and Math Major. This site has all of my projects.
</p>
<div class="buttonBox">
<a class="myButton" href="#projects">Go</a>
</div>
</div>
</header>
<main id="projects">
<div class="project">
<img src="images/gym1.jpg" />
<h2>Fitness Content Creators are Blowing Up on TikTok - How you could do this too!</h2>
<p class="description">
Have you been working out for a long time? Do you want to make some money of off your favorite hobby? <a href="https://medium.com/@tomas22/fitness-content-creators-are-blowing-up-on-tiktok-how-you-could-do-this-too-87abb3ed88a2">Click here</a> to find out how to blow up on tiktok!</p>
</div>
<div class="project">
<img src="images/podcast.jpg" />
<h2>Does Your Major In College Really Matter?</h2>
<p class="description">
A discussion among college students on their feeling on their current majors. <a href="https://on.soundcloud.com/RrJxJ ">Click to see</a>
if your major is worth the money!
</p>
</div>
<div class="project">
<img src="images/galloPinto.jpg" />
<h2>Quick and Easy Gallo Pinto by a Costa Rican!</h2>
<p class="description">
If you are interested in a quick and easy recipe for a delicious Costa Rican dish <a href="https://youtu.be/BlGBUnjgJek">Click here</a>. Make sure to stick to the end where I reveal the secret ingredient!</p>
</div>
<div class="project">
<img src="images/gym2.jpg" />
<h2>Sam Sulek Youtube Video</h2>
<p class="description">
Sam Sulek is a popular youtuber who posts his workouts online. Using some of the strategies outlines in the medium post above he has been able to get 2 million followers! <a href="https://www.youtube.com/watch?v=NOAY0KE1glk">Click here</a> to watch his videos!</p>
</div>
</main>
<footer>
<div>
<p class= "copyright">© Tomas Odio 2023 </p>
</div>
</footer>
</div>
</body>
</html>