-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio | David Cruz</title>
<meta
name="description"
content="David is an aspiring Software Engineer, receiving his B.S. in Computer Science from Stevens Institute of Technology (Hoboken, NJ) in Spring 2024. At Stevens, David developed his passion for UX/UI Design, Web Development, and Database Design & Management through his classes and personal projects. David is also very passionate for music, recently exploring DJing and producing, as well as having a long history with songwriting, singing, and playing piano & guitar."
/>
<meta name="author" content="David Cruz" />
<meta
name="keywords"
content="David, Cruz, portfolio, software, engineer, web, developer, projects, skills, ui, ux"
/>
<meta http-equiv="Content-Language" content="en-us" />
<meta charset="UTF-8" />
<meta name="robots" content="index, follow" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>