-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ d7ed7dc 🚀
- Loading branch information
1 parent
5361428
commit 2d1de71
Showing
5 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/x-icon" href="/assets/favicon-XoqqCFqO.ico" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta | ||
name="description" | ||
content="My personal webpage where you can find my projects and contact information." | ||
/> | ||
<meta | ||
name="keywords" | ||
content="younes, aassila, portfolio, web developer, student, projects" | ||
/> | ||
<title>Younes Aassila</title> | ||
<script | ||
src="https://kit.fontawesome.com/7a74560207.js" | ||
crossorigin="anonymous" | ||
></script> | ||
<script type="module" crossorigin src="/assets/index-ClzobOi6.js"></script> | ||
<link rel="stylesheet" crossorigin href="/assets/index-DtYBm7ub.css"> | ||
</head> | ||
<body> | ||
<noscript> | ||
<div class="no-script"> | ||
<h1>JavaScript is disabled.</h1> | ||
<p> | ||
This website requires JavaScript to be enabled in order to function | ||
properly. | ||
</p> | ||
</div> | ||
</noscript> | ||
<div id="app"> | ||
<main> | ||
<section class="profile"> | ||
<div class="profile-picture-container"> | ||
<img | ||
class="profile-picture" | ||
src="/assets/profile_picture-Cohp5-iQ.jpg" | ||
alt="Headshot of Younes Aassila." | ||
draggable="false" | ||
/> | ||
</div> | ||
<div class="profile-information-container"> | ||
<div class="profile-information"> | ||
<h1 id="full-name">Younes Aassila</h1> | ||
<h2 id="bio">Student and Computer Science Enthusiast</h2> | ||
<ul class="socials"> | ||
<li> | ||
<a class="button" href="https://twitter.com/younesaassila"> | ||
<i class="fa-brands fa-twitter"></i> | ||
<span id="ya-social-twitter">Twitter</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a class="button" href="https://github.com/younesaassila"> | ||
<i class="fa-brands fa-github"></i> | ||
<span id="ya-social-github">GitHub</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a | ||
class="button" | ||
id="ya-social-email-link" | ||
href="#javascript-required" | ||
> | ||
<i class="fa-solid fa-envelope"></i> | ||
<span id="ya-social-email">Email</span> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</section> | ||
</main> | ||
</div> | ||
</body> | ||
</html> |