-
Notifications
You must be signed in to change notification settings - Fork 219
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 #91 from jadstrike/issackhant
🔥 build(profile): added iframe and fix some text
- Loading branch information
Showing
1 changed file
with
9 additions
and
3 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 |
---|---|---|
|
@@ -10,15 +10,21 @@ tags: | |
- IOS | ||
--- | ||
|
||
<div className="h-28 w-28 border-dotted border-2 rounded-full overflow-hidden mx-auto"> | ||
<div className="h-28 w-28 border-dotted border-2 rounded-full overflow-hidden mx-auto border-orange-300"> | ||
<img src="https://avatars.githubusercontent.com/u/63854143?u=52ff4942c2ce6857c1fe412f2f0a9bfc86324d9c&v=4" /> | ||
</div> | ||
|
||
<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto"> | ||
<span className="mx-2 animate-bounce"> ☕️ </span> | ||
|
||
<span> Hola, IssacKhant here </span> | ||
<span className=" animate-bounce bg-orange-300 text-black"> Hola, IssacKhant here </span> | ||
</h3> | ||
<div className="md:h-[700px] h-[700px] border border-dotted border-2 border-orange-300 mt-2"> | ||
<iframe | ||
src="https://issackhant.vercel.app/" | ||
className="h-full w-full relative " | ||
/> | ||
</div> | ||
|
||
<div className="container max-w-[720px] mx-auto"> | ||
<div className="flex flex-col justify-center mt-5"> | ||
|
@@ -40,7 +46,7 @@ tags: | |
|
||
|
||
</div> | ||
- 📫 Reach me at **[email protected]** [or] **[Website](https://issackhant.vercel.app/)** | ||
- 📫 Reach me at **[email protected]** [or] **[Website](🧑🔧 under maintenance)** | ||
|
||
</div> | ||
```javascript | ||
|