Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rayyangh committed Nov 20, 2024
1 parent 22793da commit bcfa87f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rayyan's Profile</title>
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap"
rel="stylesheet"
/>
<style>
:root {
--primary-color: #78a6d4; /* Define a primary color variable */
}
body {
font-family: Arial, sans-serif;
font-family: "Outfit", sans-serif;
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -323,14 +327,6 @@ <h3>Platforms & Apps</h3>
<h3>Get in Touch</h3>
<div align="center">
<div class="contact-links">
<a href="https://github.com/rayyanmm">
<img
src="https://ziadoua.github.io/m3-Markdown-Badges/badges/Github/github2.svg"
alt="GitHub"
height="30"
width="auto"
/>
</a>
<a href="https://discord.com/users/628600195806003211">
<img
src="https://ziadoua.github.io/m3-Markdown-Badges/badges/Discord/discord2.svg"
Expand Down

0 comments on commit bcfa87f

Please sign in to comment.