-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
184 lines (171 loc) · 6.21 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<title>Scott Gordon - Tech Enthusiast</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/style.css" />
<link
href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700|Montserrat:400,500,700,800"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/9c1549859f.js"
crossorigin="anonymous"
></script>
<script src="/scripts/greeting.js"></script>
</head>
<body onload="greetVisitor()">
<div class="header">
<h1>Scott Gordon</h1>
<p>
Tech Enthusiast | DevOps Engineer | Python & Data Science Aficionado
</p>
</div>
<!-- Navigation Bar -->
<div class="navbar">
<a href="index.html">Home</a>
<a href="skills.html">Skills</a>
<a href="certificates.html">Certificates</a>
<a href="projects.html">Projects</a>
<a href="blog.html">Blog</a>
<a href="about.html">About Me</a>
</div>
<div class="row">
<div class="side">
<h2 id="greeting"></h2>
<img
src="images/scott-profile2185842.jpg"
alt="Scott Gordon"
class="portrait"
/>
<p>
A tech enthusiast with expertise in DevOps, programming, and data
science.
</p>
<!-- Projects Section -->
<h3>Projects</h3>
<a href="projects.html#cloud-cost-optimization"
><i class="fas fa-project-diagram"></i> Cloud Cost Optimization</a
><br />
<a href="projects.html#data-analysis-pipeline"
><i class="fas fa-project-diagram"></i> Data Analysis Pipeline</a
><br />
<a href="projects.html#kubernetes-deployment"
><i class="fas fa-project-diagram"></i> Kubernetes Deployment</a
><br />
<a href="projects.html#gan-image-generation"
><i class="fas fa-project-diagram"></i> GAN Image Generation</a
><br />
<!-- Add more projects as needed -->
<!-- Blog Posts Section -->
<h3>Blog Posts</h3>
<a href=https://dev.to/sagordondev/lego-3d-coordinates-4ndp><i class="fas fa-blog"></i>LEGO 3D Coordinates</a><br>
<a href="https://dev.to/sagordondev/getting-started-with-ansible-a-practical-guide-for-devops-newcomers-2332"><i class="fas fa-blog"></i> Getting Started with Ansible: A Practical Guide for DevOps Newcomers</a><br>
<a href="https://dev.to/sagordondev/gan-image-generator-1bcl"><i class="fas fa-blog"></i> GAN Image Generator</a><br>
<a href="https://dev.to/sagordondev/client-server-chat-36bcblogpost2.html"><i class="fas fa-blog"></i> Client Server Chat</a><br>
<a href="https://dev.to/sagordondev/react-tic-tac-toe-2gab"><i class="fas fa-blog"></i> React Tic Tac Toe</a><br>
<a href="https://dev.to/sagordondev/periodic-table-4776"><i class="fas fa-blog"></i> Periodic Table</a><br>
<!-- Add more blog posts as needed -->
</div>
<!-- End of Side Section -->
<!-- Main Section -->
<div class="main">
<h2>Home</h2>
<hr />
<h2>Welcome to My Tech Playground!</h2>
<p>
Hi there! I'm Scott Gordon, a passionate tech enthusiast on a
perpetual journey of exploration and innovation. Join me in my tech
playground, where I seamlessly navigate through the realms of DevOps,
programming, and data science.
</p>
<h3>What You'll Find Here:</h3>
<ul>
<li>
<strong>DevOps Adventures:</strong> Dive into my experiences
optimizing cloud solutions, automating workflows, and orchestrating
deployments.
</li>
<li>
<strong>Code Chronicles:</strong> Explore my programming escapades,
from Python projects to Java wonders, and witness the magic of
coding.
</li>
<li>
<strong>Data Science Expeditions:</strong> Join me in the world of
data analysis, where I unravel insights and build pipelines for
efficient data processing.
</li>
</ul>
<h3>Featured Projects:</h3>
<p>
Check out some of my notable projects that showcase the fusion of
technology and creativity:
</p>
<ul>
<li>
<strong>Project A:</strong> Cloud-based cost optimization with AWS
and Docker.
</li>
<li>
<strong>Project B:</strong> Data analysis pipeline using Python and
SQL.
</li>
<li>
<strong>Project C:</strong> Kubernetes deployment for scalable
applications.
</li>
<li>
<strong>Project D:</strong> Generative Adversarial Network (GAN) for
image generation.
</li>
</ul>
<h3>Latest Blog Posts:</h3>
<p>
Explore my latest insights and thoughts on my
<a
href="https://dev.to/sagordondev"
target="_blank"
rel="noopener noreferrer"
>Dev.to blog</a
>.
</p>
<p>
Join me in this ever-evolving tech landscape, where every line of code
tells a story and every project is an adventure waiting to unfold.
</p>
</div>
</div>
<div class="footer">
<!-- Contact Information -->
<h2>Connect With Me</h2>
<a
href="https://www.linkedin.com/in/sagordon-dev"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-linkedin fa-2x"></i
></a>
<a
href="https://github.com/sagordon-dev"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-github-square fa-2x"></i
></a>
<a
href="https://dev.to/sagordondev"
target="_blank"
rel="noopener noreferrer"
><i class="fab fa-dev fa-2x"></i
></a>
<a
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
><i class="fas fa-envelope-square fa-2x"></i
></a>
<br /><br />
<p>© 2024 https://sagordon-dev.github.io/</p>
</div>
</body>
</html>