-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (62 loc) · 3.82 KB
/
index.html
File metadata and controls
67 lines (62 loc) · 3.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Emmanuel Guzman</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<img src="fe.png" width="1100" height="730"/>
<h2>Emmanuel Guzman</h2>
<p>Laurel, MD</p>
<a href="https://www.linkedin.com/in/emmanuel-g-a60145189"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/BlackHeart32/"><i class="fab fa-github"></i></a>
<a href="mailto:eguzmandls@gmail.com"><i class="fas fa-envelope"></i></a>
</div>
<div class="section-2">
<h2>About</h2>
<p>
As a recent graduate from Towson University with a degree in Computer Science, specializing in Software Engineering.
I have a strong interest in mobile, web, desktop application development and game development.
Throughout my studies, I have developed numerous projects, consistently applying and enhancing the skills I’ve gained.
My hands-on experience in various programming languages and development environments has equipped me with a solid foundation to tackle real-world challenges in software development.
</p>
<h2>Courses Taken</h2>
<ul class="book">
<li>COSC 412: Software Engineering</li>
<li>COSC 484: Web Based Programmig</li>
<li>COSC 442: Software Quality Assurance and Testing</li>
<li>COSC 457: Database Management Systems</li>
<li>COSC 350: Data Communications and Networking</li>
<li>COSC 336: Data Structures and Algorithm Analysis</li>
<li>COSC 455: Programming Languages: Design and Implementation</li>
<li>COSC 435: Mobile Application Development</li>
<li>COSC 436: Object Oriented Design</li>
<li>COSC 439: Operating Systems</li>
<li>COSC 490: Software Project Practicuum</li>
</ul>
<h2>Projects</h2>
<h4>Below are some projects I am currently working on 💻</h4>
<ul class="phone">
<li><u><a href="https://grajoman.vercel.app" class="project">Grajoman</a></u></li>
<li><u><a href="https://github.com/BlackHeart32/nonniespizza" class="project">Nonnie's Pizza</a></u>(Group project developed using Django and Bootsrap)</li>
</ul>
<h2>Info</h2>
<ul class="paper">
<li><u><a href="https://raw.githubusercontent.com/malgebra/malgebra.github.io/main/resume.pdf">Resume</a></u></li>
</ul>
<h2>Interests</h2>
<p>Aside from developing software, I exercise at least 2X a week and sometimes I would go to the minigolf course (Still a beginner). Ask me about my baseball experience in the Dominican Republic.<u><a href="https://en.wikipedia.org/wiki/List_of_Major_League_Baseball_players_from_the_Dominican_Republic">Dominican Baseball.</a></u></p>
</div>
</div>
</body>
</html>