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
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/Task 2.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions About.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About me</title>
</head>
<body style="background-color: black">
<section id="about">
<h3 style="color: orangered">About me</h3>
<pre style="color: orangered">
Hello there! My name is Ali,
I'm a sophomore student at IAU CCSIT,
Also a member of Programming Club(;
</pre>
</section>
</body>
</html>
1,607 changes: 1,607 additions & 0 deletions Exercises/day_3/Day3_exercise.ipynb

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions Main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ali Albaqqal - Personal Portfolio</title>
<link rel="icon" type="image/jpg" href="images/Favicon.jpg">
</head>

<body style="background-color: black">

<header>
<pre style="color: orange">cout >> "Welcome to my page!"</pre>
</header>
<h1 style="color: orange">I'm Ali Albaqqal</h1>
<pre style="color: navy">
<div style="background-color: orange">IAU CCSIT Student</div>
</pre>
<hr>

<a href="About.html"
target="_blank"
title="Info of me">
<h3 style="color: black"><spin style="background-color: aliceblue ">About me</spin></h3>
</a>

<a href="Portfolio.html"
target="_blank"
title="My career">
<h3 style="color: black"><spin style="background-color: aliceblue ">My portfolio</spin></h3>
</a>
</body>

</html>
32 changes: 32 additions & 0 deletions Portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Portfolio</title>
</head>
<body style="background-color: black">
<section id="portfolio">
<h3 style="color: orangered">Portfolio</h3>
<pre style="color: orangered">
I don't know what to put in this section but..
As a conclusion of my career:
<dl>
<dt style="color: navy"><span style="background-color: orange">First Job</span></dt>
<dd>I worked as a cashier in a restaurant for almost 2 months while in high-school (summer job).</dd>
<dt style="color: navy"><span style="background-color: orange">After graduating</span></dt>
<dd>It was adults life at this moment and I had to make hard decisions.
Therefore, I decided to work to improve my financial situation,
and I did work for 2 years at King Fahd International Airport.</dd>
<dt style="color: navy"><span style="background-color: orange">I want to study</span></dt>
<dd>After working for 2 years, having my own car and have more experience.
I wanted to study and I started studying at IAU in 2021.</dd>
</dl>
</pre>
</section>
<a href="https://github.com/vKrRv"
target="_blank">
<img src="images/github%20-%20icon.png"
height="50" alt="My GitHub page">
</a>
</body>
</html>
Binary file added images/Favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/github - icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.