forked from joinpursuit/FSW-Personal-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (145 loc) · 8 KB
/
index.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<link rel="stylesheet" href="project.css" />
<script src="project.js" defer></script>
<title>Miguel C</title>
</head>
<body class="light">
<div class="bannerPic">
<button class="button" onclick="toggleTheme()">Toggle Theme</button>
<header id="header">
<nav role="navigation">
<div id="menuToggle">
<input id="closeIcon" type="checkbox" />
<span></span>
<span></span>
<span></span>
<ul id="menu">
<li>
<a href="#About">
<li>About</li></a>
</li>
<li>
<a href="#Skills">
<li>Skills</li></a>
</li>
<li>
<a href="#Projects">
<li>Projects</li></a>
</li>
<li>
<a href="#Contact-Me">
<li>Contact</li></a>
</li>
</ul>
</div>
</nav>
</header>
<h1 class="h1-tag">
Miguel Catala
</h1>
</div>
</div>
<hr>
<div id="infoIcon">
<a class="devicon-linkedin-plain-wordmark" href="https://www.linkedin.com/in/miguel-catala-44a730202/" target="_blank"></a>
</i>
<a class="devicon-github-original-wordmark" href="https://github.com/MiguelCatala27" target="_blank"></a>
</i>
</div>
<section id="About">
<img id="mainPic" src="Miguel.png" width="250px" height="250px">
<p id="firstInfo">
I am a Software Engineer with various ideas for video games and web designs. Born and raised in New York
City I am passionate about releasing all of the wild ideas I have for the world to see. I love taking risks
and doing things outside of the box. My motivation comes from helping others and empowering people, I want
to create an easygoing and friendly experience for users who are inexperienced and also for those who are
mature. My interest in software engineering started back when I was 14 years old, as my love for video games
have grown my interest in knowing how one operates have grown with it. This has also led me to checking out
websites for various things like social media, health, video games and noticing the differences in design
choices for each.
</p>
</section>
<hr>
<section id="Skills">
<p>
Skills
<div id="Row-1">
<i class="devicon-javascript-plain"></i>
<i class="devicon-github-original"></i>
</div>
<div id="Row-2">
<i class="devicon-nodejs-plain"></i>
<i class="devicon-html5-plain"></i>
<i class="devicon-css3-plain"></i>
</div>
<div id="Row-3">
<i class="devicon-express-original"></i>
<i class="devicon-react-original"></i>
<i class="devicon-postgresql-plain"></i>
<i class="devicon-git-plain"></i>
</div>
</p>
</section>
<hr>
<section id="Projects">
<p>
Projects
<div id="projectPic">
<a class="projectLinks" href="https://github.com/MiguelCatala27/FSW-Text-Based-Adventure"
target="_blank">Text-Based-Adventure</a>
<!-- The skills I learned allowed me to build a command line application that plays a text-based adventure game. -->
<img id="proPic"src="Chongaks.png" width="650px" height="400px">
<p id="proText1">
Text-Based-Adventure is a project that allowed me to build on the skills I have learned after my first couple of weeks of programming with Javascript!
</p>
<a class="projectLinks" href="https://github.com/MiguelCatala27/FSW-CLI-Snowman" target="_blank">Snowman
Game</a>
<img id="proPic2"src="GuessingGame.png" width="650px" height="400px">
<p id="proText2">
The Snowman game a program I created with the use of strings, objects and arrays to create a hangman game
</p>
<a class="projectLinks" href="https://github.com/yashiazize/PERN-Final-Project" target="_blank">Nomadix - Pern Project </a>
<img id="proPic2"src="pernproject.png" width="650px" height="400px">
<p id="proText2">
A collaborative project with 3 developers creating an app for users who wish to travel and would like a travel package
</p>
<a class="projectLinks" href="https://github.com/MiguelCatala27/YoutubeReact" target="_blank">Youtube Clone </a>
<img id="proPic2"src="Youtube.png" width="650px" height="400px">
<p id="proText2">
A youtube clone using the youtube API.
</p>
<a class="projectLinks" href="https://github.com/yashiazize/CapstoneProject" target="_blank">Savor </a>
<img id="proPic2"src="Savor.png" width="650px" height="400px">
<p id="proText2">
A Chef finder app allowing users to create an account,login/logout and find local chefs near to help with their needs such as catering,home cook meals etc.
</p>
</div>
</p>
</section>
<hr>
<!-- <section id="Contact-Me">
<P>
Contact me
</p>
<div class="container">
<form action="https://formspree.io/f/mrgrzbww" method="POST">
<label for="fname">Full Name</label>
<input type="text" id="fname" name="firstname" placeholder="First and Last">
<label for="lname">Email</label>
<input type="text" id="lname" name="lastname" placeholder="[email protected]">
<label for="subject">Message</label>
<textarea id="subject" name="subject" placeholder="Message here" style="height:200px"></textarea>
<input type="submit" value="Submit">
<img id="mainPic" src="Mec002.png" width="250px" height="250px">
</form>
</div>
</section> -->
<hr>
</body>
</html>