Skip to content

Commit

Permalink
Improved SEO and minor details
Browse files Browse the repository at this point in the history
  • Loading branch information
aledipa committed Nov 10, 2024
1 parent 5753af4 commit 581487b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="I am Alessandro Di Pasquale, a Creative Full-Stack Developer from Italy. I am a student at the University of Padua, where I am studying Computer Science. I am passionate about technology, and I love to create new things.
I am always looking for new challenges and opportunities to learn. I am currently working on several projects, including a self-hosted GPT-4 Web API, a search engine for files, and a mobile app for encoding and hashing. I also worked on a modern art
online store that sold artworks created by artificial intelligence. I am always looking for new projects to work on, so if you have an idea, feel free to contact me.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<meta property="og:title" content="Alessandro Di Pasquale - Portfolio">
<meta property="og:description" content="Creative Full-Stack Developer from Italy">
<meta property="og:image" content="https://aledipa.github.io/static/img/Graphics/Banner.jpg">
Expand Down Expand Up @@ -570,7 +573,7 @@
<p class="abilitiesLabel ml-3 mt-4 pt-1">
ZuluMedical
<a href="https://www.zulumedical.net/wp/en/" target="_blank">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage">
<img src="static/img/Icons/Export.svg" height="20" class="exportImage" alt="Export Icon">
</a>
</p>
</div>
Expand Down Expand Up @@ -664,14 +667,14 @@
</div>
<!-- Mail Input -->
<div class="column pt-5">
<p class="lightGrayText"> Subject <a class="redText"><b>*</b></a> </p>
<p class="lightGrayText"> Subject <b class="redText">*</b> </p>
<div class="input-group">
<span class="inputIcon addon p-2 pl-3"><img src="static/img/Icons/Mail.svg" height="35" alt="EMail Icon"/></span>
<input class="inputBox p-2" name="mail" id="subject" type="mail" placeholder="Anything" aria-label="Email" autocomplete="email" required>
</div>
</div>
<!-- Message Input -->
<p class="lightGrayText mt-5"> Message <a class="redText"><b>*</b></a> </p>
<p class="lightGrayText mt-5"> Message <b class="redText">*</b> </p>
<div class="input-group">
<span class="inputIcon p-2"></span>
<textarea class="inputBox messageBox p-2" name="message" id="message" type="message" placeholder="Hi, Alessandro" aria-label="message" autocomplete="no" cols="40" required></textarea>
Expand Down
2 changes: 1 addition & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ input::placeholder {
);
--marquee-item-width: 70px;
--marquee-item-height: 70px;
--marquee-duration: 15s;
--marquee-duration: 25s;
--marquee-items: 4;
}

Expand Down

0 comments on commit 581487b

Please sign in to comment.