-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (60 loc) · 4.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property='og:title' content='Ramblings of a Not-Quite Photographer'/>
<meta property='og:image' content='https://idgarza.com/pct--2017/the-trail/28/1920.jpg'/>
<meta property='og:description' content='Gallery for my personal photography'/>
<meta property='og:url' content='https://www.idgarza.com'/>
<link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<!-- <link href='https://fonts.googleapis.com/css?family=Syncopate' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet" href="css/landing_page.css">
<link rel="icon" href="img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>idgarza</title>
<script src="https://kit.fontawesome.com/c4604e6e63.js" crossorigin="anonymous"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="page1">
<div id="branding">
<h1>Howdy!</h1>
<p>
I'm a native-born Texan, raised on books, barbecue, and boiling-hot summers. I've always had a penchant for taking pictures of the things and people around me, as well as for talking way too much, and hopefully this website will serve as a (constructive?) blending of these two!
</p>
<p>
I hold a B.S. degree in Computer Science & Engineering from MIT, and currently work as a Senior Software Engineer for <u><a href="https://binti.com/">Binti</a></u>! When I'm not sitting behind a desk at a computer, I thoroughly enjoy most activities which take me outside, especially hiking.
I'll be moving to Seattle early 2024, and I'm super excited to be closer to the beautiful nature that's up in the PNW!
</p>
<p>
If you'd like to take a look at some of my pictures, take a gander at my <u><a href="https://www.idgarza.com/iceboats/"> photography galleries</a></u>*.
Right now, I've got pictures from building/sailing ice sailboats, my trip through Iceland, my PCT/OCT hike, a four-day trip through Inyo National Forest, a Bishop climbing trip, and a two-day trek through the John Muir Wilderness. I also added a month-long trip in Portugal during January 2022, and a multi-week hike across Scotland in May 2023.
</p>
<p>
A goal of mine is to go on at least one long hike every year - while there are plenty of opportunities to hike in the U.S., I definitely want to explore more international long hikes in the coming years!
</p>
<p><b>*This site is not optimized for mobile, and so is best viewed on a laptop/desktop screen.</b></p>
</p>
<h2>Contact:</h2>
<p>
<a class="nobr" href="https://github.com/Try431">[<i class="fab fa-github-square fa-fw"></i>GitHub]</a>
<a class="nobr" href="mailto:[email protected]">[<i class="fas fa-envelope fa-fw"></i>eMail]</a>
<a class="nobr" href="https://www.linkedin.com/in/idgarza/">[<i class="fab fa-linkedin fa-fw"></i>LinkedIn]</a>
</p>
<br>
<p>
<i>Big credit to Jack Qiao, whose <a href="https://github.com/Jack000/Expose">Expose</a> code I'm using as the core of my site.</i>
</p>
</div>
</div>
</div>
</body>
</html>