Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>
<head>

<title>HebaGhuzaiz|aboutMe</title>

<link rel="icon" type="image/jpg" href="C:\Users\Ahmed Alqahtani\Desktop\first_website\transparent-cartoon-cat-12.png">


<style>
.arrow{
color:rgb(11, 45, 70);
transition: color 0.2;
text-decoration: none;
margin: 0 10px;

}
.arrow:hover{
color: #5aacfa;
}

</style>

</head>
<body style="background-color:rgb(77, 80, 82);">

<div>
<section>
<h1 style="text-align: center;">&emsp; Allow me to introduce myself
</h1>
<p style="text-align: center;">I'm Heba Ghuzaiz, and my journey through the captivating realm of Cyber Security and Digital Forensics at IAU University has been nothing short of exhilarating. The world of technology and information security has always intrigued me, and I'm thrilled to be on a path where I can transform my passion into a profession.</p>
</section>
</div>



<div align="center">
<a class="arrow" href="./heba.html" >
<ion-icon size="large" name="arrow-back-circle-outline"></ion-icon>
</a>
<a class="arrow" href="./contact.html" >
<ion-icon size="large" name="arrow-forward-circle-outline"></ion-icon>
</a>


</div>

<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>

</body>
</html>



69 changes: 69 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<!DOCTYPE html>
<html>
<head>
<title>HebaGhuzaiz|Contact</title>
<link rel="icon" type="image/jpg" href="C:\Users\Ahmed Alqahtani\Desktop\first_website\transparent-cartoon-cat-12.png">

<style>
.social-icons{
color:rgb(64, 132, 184);
transition: color 0.2;
text-decoration: none;
margin: 0 10px;

}
.social-icons:hover{
color: #5a7b9b;
}

</style>


<style>
.arrow{
color:rgb(11, 45, 70);
transition: color 0.2;
text-decoration: none;
margin: 0 10px;

}
.arrow:hover{
color: #5aacfa;
}

</style>

</head>
<body style="background-color:rgb(77, 80, 82);">
<br>
<nav align="center">

<a class="social-icons" href="https://www.linkedin.com/in/heba-ghuzaiz-405bb219b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" alt="linkedIn" target="_blank">
<ion-icon size="large" name="logo-linkedin"></ion-icon>
</a>
<a class="social-icons" href="https://github.com/hebaghza" alt="linkedIn" target="_blank">
<ion-icon size="large" name="logo-github"></ion-icon>
</a>
<a class="social-icons" href="https://x.com/hebaghuzaiz?t=_4cwpHjVM8a6_yShrN7jog&s=09" alt="linkedIn" target="_blank">
<ion-icon size="large" name="logo-twitter"></ion-icon>
</a>
<a class="social-icons" href="mailto: Heba.ghuzaiz@gmail.com" alt="linkedIn" target="_blank">
<ion-icon size="large" name="mail-outline"></ion-icon>
</a>

</nav>
<br>

<div align="center">
<a class="arrow" href="./about.html" >
<ion-icon size="large" name="arrow-back-circle-outline"></ion-icon>
</a>
</div>

<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>



</body>
</html>
49 changes: 49 additions & 0 deletions heba.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html>
<head>
<title>HebaGhuzaiz|heba</title>
<link rel="icon" type="image/jpg" href="C:\Users\Ahmed Alqahtani\Desktop\first_website\transparent-cartoon-cat-12.png">

<style>
.arrow{
color:rgb(11, 45, 70);
transition: color 0.2;
text-decoration: none;
margin: 0 10px;

}
.arrow:hover{
color: #5aacfa;
}

a</style>


</head>
<body style="background-color:rgb(77, 80, 82);">

<div>
<section><h1 style="text-align: center;">&emsp; Hi, i am Heba
<br>&emsp; Cyber Security sudent and web devloper
</h1>
<h5 style="text-align: center;">&emsp; My journey in web development is
driven by a desire to innovate, learn<br>
&emsp; and contribute to the ever-evolving landscape
of the internet</h5>
</section>
</div>


<div align="center">
<a class="arrow" href="./about.html" >
<ion-icon size="large" name="arrow-forward-circle-outline"></ion-icon>
</a> </div>



<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>


</body>
</html>
Binary file added transparent-cartoon-cat-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.