-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (41 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Marcos Castaneda is a software developer who enjoys building a scalable back-end API, writing front-end JavaScript and
CSS, creating iOS applications, and dabbling with new technologies and frameworks...">
<meta name="author" content="Marcos Castaneda">
<meta name="keywords" content="marcos castaneda, marcos castaneda seattle, marcos castaneda miami, marcos j castaneda, mcast, marcos c, marcoss, software developer, programmer">
<titleMarcos Castaneda | Software Engineer</title>
<link rel="stylesheet" href="dist/css/main.css">
<link href="https://fonts.googleapis.com/css?family=Muli:400,800" rel="stylesheet">
</head>
<body>
<header>
<div id="particles"></div>
<div class="content">
<h1>Marcos Castaneda</h1>
<p class="subtitle">Software Engineer</p>
<div class="social">
<a title="Visit Marcos Castaneda's GitHub" href="https://github.com/marcoss" target="_blank">GitHub</a>
<a title="Visit Marcos Castaneda's LinkedIn profile" href="https://www.linkedin.com/in/mcasta" target="_blank">LinkedIn</a>
<a title="Send an e-mail to Marcos Castaneda" href="mailto:marcosjcastaneda@gmail.com">E-mail</a>
</div>
</div>
</header>
<div class="container roll-up">
<div class="card">
<h2>👋 Hello There!</h2>
<p>Feel free to reach out on the platforms above.</p>
</div>
</div>
<footer>
<p></p>
</footer>
<script type="text/javascript" src="dist/js/bundle.js"></script>
<script type="text/javascript" src="dist/js/ga.js"></script>
</body>
</html>