-
-
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.
🔀 Merge pull request #13 from younesaassila/v1.0.2
🔖 Release version 1.0.2
- Loading branch information
Showing
7 changed files
with
190 additions
and
52 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"semi": false, | ||
"arrowParens": "avoid" | ||
"arrowParens": "avoid", | ||
"order": "smacss" | ||
} |
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,33 @@ | ||
# aassila.com | ||
|
||
My personal webpage where you can find my projects and contact information. | ||
|
||
## Install | ||
|
||
```sh | ||
npm install | ||
``` | ||
|
||
## Development | ||
|
||
```sh | ||
npm run dev | ||
``` | ||
|
||
## Lint | ||
|
||
```sh | ||
npm run lint | ||
``` | ||
|
||
## Build | ||
|
||
```sh | ||
npm run build | ||
``` | ||
|
||
## Preview | ||
|
||
```sh | ||
npm run preview | ||
``` |
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta | ||
name="description" | ||
content="My personal webpage where you will find my projects and contact information." | ||
content="My personal webpage where you can find my projects and contact information." | ||
/> | ||
<meta | ||
name="keywords" | ||
|
@@ -38,25 +38,25 @@ <h2 id="bio">Student and Computer Science Enthusiast</h2> | |
<li class="button"> | ||
<a href="https://twitter.com/younesaassila"> | ||
<i class="fa-brands fa-twitter"></i> | ||
<span id="social-twitter">Twitter</span> | ||
<span id="ya-social-twitter">Twitter</span> | ||
</a> | ||
</li> | ||
<li class="button"> | ||
<a href="https://github.com/younesaassila"> | ||
<i class="fa-brands fa-github"></i> | ||
<span id="social-github">GitHub</span> | ||
<span id="ya-social-github">GitHub</span> | ||
</a> | ||
</li> | ||
<li class="button"> | ||
<a href="https://www.linkedin.com/in/younes-aassila/"> | ||
<i class="fa-brands fa-linkedin"></i> | ||
<span id="social-linkedin">LinkedIn</span> | ||
<span id="ya-social-linkedin">LinkedIn</span> | ||
</a> | ||
</li> | ||
<li class="button"> | ||
<a href="mailto:[email protected]"> | ||
<i class="fa-solid fa-envelope"></i> | ||
<span id="social-email">Email</span> | ||
<span id="ya-social-email">Email</span> | ||
</a> | ||
</li> | ||
</ul> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.