-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
238 lines (212 loc) · 11.4 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portfolio site for Amie Romano, Licensed Vet Tech and Web Developer, located in Southern Maine." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Shadows+Into+Light&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./src/styles.css">
<script src="https://kit.fontawesome.com/1f251b3181.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<!-- NAV BAR -->
<nav>
<div id="nav-icon-dashboard">
<!--
<a href="http://linkedin.com/in/amie-romano-291159a2" target="_blank" id="linked-in-profile">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://www.upwork.com/freelancers/~0152e9ab5e73aefb86?viewMode=1" target="_blank"
id="upwork-profile">
<i class="fa-brands fa-upwork"></i>
</a>
<a href="https://github.com/ARomano79" target="_blank" id="github-profile">
<i class="fa-brands fa-square-github"></i>
</a>
<a href="https://www.freecodecamp.org/ARomano79" target="_blank" id="free-code-camp-profile">
<i class="fa-brands fa-free-code-camp"></i>
</a>
<a href="mailto:[email protected]?subject=Hello" target="_blank" id="email-link">
<i class="fa-solid fa-at"></i>
</a>
-->
<a href="" id="nav-menu">
<i class="fa-solid fa-bars"></i>
</a>
<!--
<div class="dropdown">
<a href="">Projects</a>
<a href="">About</a>
</div>
-->
</div>
</nav>
<!-- END NAV BAR-->
<!-- HERO -->
<section id="hero">
<div id="profile-img-wrapper">
<div id="wrapper-border">
<img src="./src/avatar-glasses1.png" alt="avatar-photo" />
</div>
</div>
<div id="greeting-tagline">
<h1>Hello, I'm Amie.</h1>
<p>I'm a Vet Tech who makes websites and other stuff.</p>
</div>
</section>
<!-- END HERO -->
</header>
<main>
<!-- PROJECTS -->
<section id="project-box">
<h2>Projects</h2>
<div id="project-box-content">
<div class="card-holder">
<div id="angry-spider-project-card" class="card project-card">
<a href="https://angry-spider.vercel.app/">
<h3>The Angry Spider</h3>
<img src="./src/AS-thumbnail.png" alt="thumbnail of 'The Angry Spider' site" />
<h4>Dev Notes:</h4>
<p>Pre-release product page for a young author who is currently working
on her first book. An official release date is
TBD, but should be coming soon, according to local sources.
</p>
<div class="skill-icon-tray"> Built with
<i class="fa-brands fa-html5"></i> |
<i class="fa-brands fa-css3"></i> |
<i class="fa-brands fa-js"></i>
</div>
</a>
</div>
<div id="collectible-corner-card" class="card project-card">
<a href="">
<h3>The Collectible Corner</h3>
<img src="./src/collectible-corner-thumbnail.png" alt="Thumbnail image of the Collectible Corner site." />
<h4>Dev Notes:</h4>
<h5>Coming Soon!</h5>
<p>
Wiki-ish-type site (with lootss.. of tables) featuring my personal collection of Magic the Gathering cards from the late 90s/early 00s.
</p>
<div class="skill-icon-tray"> Built with
<i class="fa-brands fa-html5"></i> |
<i class="fa-brands fa-css3"></i> |
<i class="fa-brands fa-js"></i>
</div>
</a>
</div>
<div id="calculator-app-card" class="card project-card">
<a href="">
<h3>Calculator & Vet Tech Conversions & Dosages App</h3>
<img src="./src/calculator-app-thumbnail.png" alt="Thumbnail of upcoming calculator and veterinary dosage and conversions app" />
<h4>Dev Notes:</h4>
<h5>Coming Soon!</h5>
<p>A larger project that will eventually be a functional app for Vet Techs, featuring a calculator and commonly used conversions and formulas.</p>
<div class="skill-icon-tray"> Built with
<i class="fa-brands fa-html5"></i> |
<i class="fa-brands fa-css3"></i> |
<i class="fa-brands fa-js"></i>
</div>
</a>
</div>
<!-- EXTRA CARD - ALSO USEFUL FOR SETTING UP FUTURE PROJECTS IN COMMENTS
<div class="card project-card">
<a href="">
<h3></h3>
<img src="" alt="site thumbnail" />
<h4>Dev Notes:</h4>
<p class="project-desc">description of project</p>
<div class="skill-icon-tray"> Built with
<i class="fa-brands fa-html5"></i> |
<i class="fa-brands fa-css3"></i> |
<i class="fa-brands fa-js"></i>
</div>
</a>
</div>
-->
<div class="card project-card ad-box">
<a href="mailto:[email protected]?subject=hello :-D">
<h3>Your Site/Project</h3>
<img src="./src/sample-thumbnail.png" alt="site thumbnail" />
<h4>Your site or project could be here!</h4>
<p class="project-desc">I am currently available for remote projects!</p>
<div class="skill-icon-tray"> Built with
<i class="fa-brands fa-html5"></i> |
<i class="fa-brands fa-css3"></i> |
<i class="fa-brands fa-js"></i>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- END PROJECTS-->
<!-- STAR ABOUT -->
<section id="about-box">
<h2>About</h2>
<div id="about-box-content">
<div class="card-holder">
<div class="card about-card">
<h3>Web Development</h3>
<p>When I first learned HTML, I thought table layouts were a game-changer and
the best way to add a gradient background to anything was to make it in
Photoshop first. Relearning HTML and CSS over the past year with freeCodeCamp
has made me appreciate how much the internet has grown since I took my first HTML class
in 1999. I'm currently working on the JavaScript module of their front-end development program.
I am familiar with Blockchain, Ethereum, and Soilidity concepts, and look forward to adding Web
3.0 development to my skillset.
</p>
</div>
<div class="card about-card">
<h3>Licensed Vet Tech (LVT)</h3>
<p>While experienced in surgery and anesthesia for small animal soft tissue and
COHAT procedures, I have a range of interests within the veterinary field, including
cold laser therapy in regard to post-op recovery and mobility concerns,
nutrition, and parasitology (ask me about B. <span style="font-style: italic;">burgdorferi</span> 😉).
</p>
</div>
<div class="card about-card">
<h3>Interests/Hobbies</h3>
<p>Artistically, I enjoy painting (mostly watercolor), sketching, zentangle, and mobile
photography; and other interests include everything equine, paddleboarding, boogieboarding, and martial arts.
</p>
</div>
<div id="social-icons">
<div id="social-icon-dashboard">
<a href="http://linkedin.com/in/amie-romano-291159a2" target="_blank"
id="linked-in-profile">
<i class="fa-brands fa-linkedin-in"></i>
</a>
<a href="https://www.upwork.com/freelancers/~0152e9ab5e73aefb86?viewMode=1"
target="_blank" id="upwork-profile">
<i class="fa-brands fa-upwork"></i>
</a>
<a href="https://github.com/ARomano79" target="_blank" id="github-profile">
<i class="fa-brands fa-square-github"></i>
</a>
<a href="https://www.freecodecamp.org/ARomano79" target="_blank"
id="free-code-camp-profile">
<i class="fa-brands fa-free-code-camp"></i>
</a>
<a href="mailto:[email protected]?subject=Hello" target="_blank" id="email-link">
<i class="fa-solid fa-at"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- END ABOUT-->
</main>
<footer>
<p>
© <span id="#current-year"></span> Amie Romano - Web Dev | LVT
</p>
</footer>
<script src="./src/index.js"></script>
</body>
</html>