-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (79 loc) · 3.27 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
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CLD199PTPY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CLD199PTPY');
</script>
<title>Sergio Camacho</title>
<meta property="og:title" content="Sergio Camacho">
<meta property="og:type" content="website">
<meta property="og:url" content="https://secam.dev">
<meta property="og:image" content="https://secam.dev/assets/og_img.jpg">
<meta property="og:description" content="Developer, Tech Enthusiast, and Hobby Collecter based in San Jose, California. Here you can find my blog along with some of my coding projects and photography work">
<meta name="twitter:title" content="Sergio Camacho">
<meta name="twitter:description" content="Developer, Tech Enthusiast, and Hobby Collecter based in San Jose, California. Here you can find my blog along with some of my coding projects and photography work">
<meta name="twitter:image" content="https://secam.dev/assets/og_img.jpg">
<meta name="twitter:url" content="https://secam.dev">
<meta name="twitter:card" content="summary">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sergio Camacho | Developer, Tech Enthusiast, and Hobby Collecter based in San Jose, California. Here you can find my blog along with some of my coding projects and photography work">
<link rel="canonical" href="https://www.secam.dev">
<link rel="stylesheet" type="text/css" href="/css/main.css">
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebPage",
"name": "Home Page",
"author": {
"@type": "Person",
"name": "Sergio Camacho"
},
"dateCreated": "2024-09-15",
"dateModified": "2024-10-01",
"description": "Sergio Camacho | Developer, Tech Enthusiast, and Hobby Collecter based in San Jose, California. Here you can find my blog along with some of my coding projects and photography work"
}
</script>
</head>
<body>
<nav>
<a href="/" id="home_button">>SC_</a>
<a href="/blog">blog</a>
<a href="/projects">projects</a>
<a href="/photography">photography</a>
<a href="/about">about</a>
<p>designed and built by me.</p>
</nav>
<main>
<div id="content">
<p></p>
<div id="about_section">
<h1>
Sergio Camacho
</h1>
<p>some stuff about me</p>
</div>
<div id="projects_section">
<h2>Coding Projects</h2>
<p>some stuff about coding projects</p>
</div>
<div id="photography_section">
<h2>Photography</h2>
<p>some stuff about my photography work</p>
</div>
<div id="blog_section">
<h2>Blog</h2>
<p>some stuff about the blog</p>
</div>
<div class="dl">
<a href="/assets/sd_card.zip" download rel="nofollow">download</a>
</div>
</div>
</main>
</body>
</html>