-
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.
🔥 build(profile): add athena3140 profile
- Loading branch information
1 parent
ea2d9f9
commit ac6ede1
Showing
1 changed file
with
45 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: athena3140 | ||
description: Building the web, one line of code at a time. | ||
image: "https://avatars.githubusercontent.com/u/112306300" | ||
tags: | ||
- Fullstack | ||
- Frontend | ||
- JavaScript | ||
- VueJs | ||
- Backend | ||
- PHP | ||
- Laravel | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/112306300" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[200px] mt-5 mx-auto"> | ||
<img | ||
src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/gitto.gif" | ||
className="h-[20px] object-contain mr-2" | ||
/> | ||
<span> Hello! I'm Athena</span> | ||
</h3> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
- I'm a beginner who's enthusiastic about web development and eager to learn the ropes. | ||
- Reach me at **[email protected] (or) [Messenger](m.me/athena3140)** | ||
|
||
<div className="flex flex-row gap-2"> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png" | ||
/> | ||
<img | ||
className="h-5" | ||
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/laravel/laravel.png" | ||
/> | ||
</div> | ||
</div> |