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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# **Professional Portfolio**
## Professional portfolio that is a collection of examples and evidence to showcase your experience, capability and potential for employment opportunities and professional development.

## **Project Section:**

* Header section
* Work section
* About section

## **Build with:**

* HTML
Expand Down
Binary file added images/Ellipse1.png
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/Ellipse2.png
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/Ellipse3.png
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/Frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions images/Header_bg.svg

This file was deleted.

Binary file added images/Snapshoot Portfolio (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/bar.png
Binary file not shown.
Binary file added images/contact-form shapes-mobile.png
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/project1.png
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/project2.png
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/project3.png
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/project4.png
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/shapes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
170 changes: 144 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,162 @@
<body>
<!-- home page header -->
<main>
<header>
<!-- Navigation bar containr-->
<nav class="navigation_container">
<a class="logo" href="">My Logo</a>
<!-- static menu button -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2 menu-button"
width="44" height="25" viewBox="0 0 24 24" stroke-width="1.5" stroke="#6070ff"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>
</nav>
</header>
<!-- headline section -->
<section class="headline">
<!-- briefly summary section -->
<div class="header-container">
<header>
<!-- Navigation bar containr-->
<nav class="navigation_container">
<a class="logo" href="">My Logo</a>
<!-- static menu button -->
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-menu-2 menu-button"
width="44" height="25" viewBox="0 0 24 24" stroke-width="1.5" stroke="#6070ff"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="4" y1="12" x2="20" y2="12" />
<line x1="4" y1="18" x2="20" y2="18" />
</svg>
</nav>
</header>
<!-- headline section -->
<section class="headline">
<!-- briefly summary section -->
<div class="intro">
<h1>I’m Alexandra <br>Glad to see you!</h1>
<p>I can help you build a product , feature or website Look through some of my work and experience! If
you like what you see and have a project you need coded,
don’t hestiate to contact me.</p>
</div>
<!-- social medials lins -->
<div class="social-medials">
<p>LET’S CONNECT</p>
<ul class="social-icons">
<li><a href="https://twitter.com/Ridwanullahi22"><img src="images/twitter.png" alt=""></a></li>
<li><a href="https://github.com/Ridwanullahi-code"><img src="images/github.png" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/ajayi-ridwan-2a1515199/"><img src="images/Linkedin.png" alt=""></a></li>
<li><a href="https://github.com/Ridwanullahi-code"><img src="images/medium.png" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/ajayi-ridwan-2a1515199/"><img src="images/Vector.png" alt=""></a></li>
</ul>
</div>
</section>
</div>

<section class="work-section">
<div class="projects project1">
<img class ='project-image' src="images/project1.png" alt="">

<div class="projects-describe">
<h1 class="project-title">Tonic</h1>
<img class="frame" src="images/Frame.png" alt="">
<p class="description">A daily selection of privately personalized reads;
no accounts or sign-ups required.
</p>
<ul class="tools">
<li>html</li>
<li>css</li>
<li>javascript</li>
</ul>
<a class="button" href="">See Project</a>
</div>
</div>

<div class="projects project2">
<img class ='project-image' src="images/project2.png" alt="">

<div class="projects-describe">
<h1 class="project-title">Multi-Post<br>Stories</h1>
<img class="frame" src="images/Frame.png" alt="">
<p class="description">A daily selection of privately personalized reads;
no accounts or sign-ups required.
</p>
<ul class="tools">
<li>html</li>
<li>css</li>
<li>javascript</li>
</ul>
<a class="button" href="">See Project</a>
</div>
</div>

<div class="projects project3">
<img class ='project-image' src="images/project3.png" alt="">

<div class="projects-describe">
<h1 class="project-title">Tonic</h1>
<img class="frame" src="images/Frame.png" alt="">
<p class="description">A daily selection of privately personalized reads;
no accounts or sign-ups required.
</p>
<ul class="tools">
<li>html</li>
<li>css</li>
<li>javascript</li>
</ul>
<a class="button" href="">See Project</a>
</div>
</div>

<div class="projects project4">
<img class ='project-image' src="images/project4.png" alt="">

<div class="projects-describe">
<h1 class="project-title">Multi-Post<br>Stories</h1>
<img class="frame" src="images/Frame.png" alt="">
<p class="description">A daily selection of privately personalized reads;
no accounts or sign-ups required.
</p>
<ul class="tools">
<li>html</li>
<li>css</li>
<li>javascript</li>
</ul>
<a class="button" href="">See Project</a>
</div>
</div>
</section>

<section class="about">
<div class="intro">
<h1>I’m Alexandra <br>Glad to see you!</h1>
<h1>About<br>Myself</h1>
<p>I can help you build a product , feature or website Look through some of my work and experience! If
you like what you see and have a project you need coded,
don’t hestiate to contact me.</p>
don’t hestiate to contact me.
</p>
</div>
<!-- social medials lins -->
<!-- social medials lins -->
<div class="social-medials">
<p>LET’S CONNECT</p>
<ul class="social-icons">
<li><a href="https://twitter.com/Ridwanullahi22"><img src="images/twitter.png" alt=""></a></li>
<li><a href="https://github.com/Ridwanullahi-code"><img src="images/github.png" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/ajayi-ridwan-2a1515199/"><img src="images/Vector.png" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/ajayi-ridwan-2a1515199/"><img src="images/Linkedin.png" alt=""></a></li>
<li><a href="https://twitter.com/Ridwanullahi22"><img src="images/twitter.png" alt=""></a></li>
<li><a href="https://github.com/Ridwanullahi-code"><img src="images/medium.png" alt=""></a></li>
<li><a href="https://www.linkedin.com/in/ajayi-ridwan-2a1515199/"><img src="images/Vector.png" alt=""></a></li>

</ul>
</div>
<div>
<!-- button to download resume -->
<a class="button btn" href="">Get my resume</a>
</div>
<!-- area-->
<div id="skills">
<ul>
<li class="language h2">Language</li>
<li class="skill"><img src="images/Ellipse1.png" alt="">Javascript</li>
<li class="skill"><img src="images/Ellipse2.png" alt="">HTML</li>
<li class="skill"><img src="images/Ellipse3.png" alt="">CSS</li>

</ul>
<ul>
<li class="framework h2">Framework</li>
</ul>
<hr>
<ul>
<li class="Skill h2">Skills</li>
</ul>
<hr>
</div>
</section>
</main>

</main>
</body>

</html>
Binary file added project-result/about-section.png
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 project-result/header-section.png
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 project-result/languages.png
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 project-result/project.png
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 project-result/project2.png
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 project-result/project3.png
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 project-result/project4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading