Skip to content

Commit

Permalink
link pages together
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanDBT committed Dec 8, 2023
1 parent 88f2e94 commit 927aef9
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 6 deletions.
66 changes: 66 additions & 0 deletions pages/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Creating beautiful and responsive designs, websites and app with the power of technology.">
<meta name="keywords" content="Thembi, Dibotelo, Portfolio, Designs, Website, Freelancer, Botswana">
<meta name="author" content="Thembi Dibotelo">
<meta property="og:site_name" content="Thembi Dibotelo">
<meta property="og:title" content="Thembi Dibotelo Freelance Designer and Developer">
<meta property="og:description"
content="Creating beautiful and responsive designs, websites and app with the power of technology.">
<meta property="og:type" content="Website">
<meta property="og:image:url"
content="https://github.com/GovanDBT/GovanDBT/assets/62579660/9b29e362-8851-4932-9dc3-7e02462f71a6">
<meta property="og:url" content="#">
<title>Contacts - send me email</title>
<link rel="icon" type="image/x-icon" href="../images/favicon.svg">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bad+Script&family=Poppins:wght@300;400;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/6f879d6c21.js" crossorigin="anonymous"></script>
</head>

<body>
<!--Hero section + Navigation bar-->
<header>
<section>
<nav class="nav collapsible container">
<a href="index.html" class="nav-logo"><img src="../images/logo.svg" alt=""></a>
<i class="fa-solid fa-bars-staggered nav-toggler"></i>
<div class="nav-list-container">
<ul class="list nav-list collapsible-content">
<li><a href="../index.html">about</a></li>
<li><a href="resume.html">resume</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="#">blog</a></li>
<li><a href="contact.html" class="highlighter">contact</a></li>
</ul>
</div>
<a href="https://github.com/GovanDBT" target="_blank"
class="btn btn-accent btn-nav collapsible-content">
<i class="fa-brands fa-github btn-icon"></i>
GitHub
</a>
</nav>
</section>
</header>
<!--Resume section-->

<!--footer-->
<footer class="footer">
<p class="footer-copyright">Copyright &copy; 2023 Thembi Dibotelo</p>
</footer>
<!--JS links and paths-->
<script src="../js/main.js"></script>
</body>

</html>
66 changes: 66 additions & 0 deletions pages/portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Creating beautiful and responsive designs, websites and app with the power of technology.">
<meta name="keywords" content="Thembi, Dibotelo, Portfolio, Designs, Website, Freelancer, Botswana">
<meta name="author" content="Thembi Dibotelo">
<meta property="og:site_name" content="Thembi Dibotelo">
<meta property="og:title" content="Thembi Dibotelo Freelance Designer and Developer">
<meta property="og:description"
content="Creating beautiful and responsive designs, websites and app with the power of technology.">
<meta property="og:type" content="Website">
<meta property="og:image:url"
content="https://github.com/GovanDBT/GovanDBT/assets/62579660/9b29e362-8851-4932-9dc3-7e02462f71a6">
<meta property="og:url" content="#">
<title>Portfolios - my projects</title>
<link rel="icon" type="image/x-icon" href="../images/favicon.svg">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bad+Script&family=Poppins:wght@300;400;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/6f879d6c21.js" crossorigin="anonymous"></script>
</head>

<body>
<!--Hero section + Navigation bar-->
<header>
<section>
<nav class="nav collapsible container">
<a href="index.html" class="nav-logo"><img src="../images/logo.svg" alt=""></a>
<i class="fa-solid fa-bars-staggered nav-toggler"></i>
<div class="nav-list-container">
<ul class="list nav-list collapsible-content">
<li><a href="../index.html">about</a></li>
<li><a href="resume.html">resume</a></li>
<li><a href="portfolio.html" class="highlighter">portfolio</a></li>
<li><a href="#">blog</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<a href="https://github.com/GovanDBT" target="_blank"
class="btn btn-accent btn-nav collapsible-content">
<i class="fa-brands fa-github btn-icon"></i>
GitHub
</a>
</nav>
</section>
</header>
<!--Resume section-->

<!--footer-->
<footer class="footer">
<p class="footer-copyright">Copyright &copy; 2023 Thembi Dibotelo</p>
</footer>
<!--JS links and paths-->
<script src="../js/main.js"></script>
</body>

</html>
31 changes: 25 additions & 6 deletions pages/resume.html
Original file line number Diff line number Diff line change
@@ -1,25 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Creating beautiful and responsive designs, websites and app with the power of technology.">
<meta name="keywords" content="Thembi, Dibotelo, Portfolio, Designs, Website, Freelancer, Botswana">
<meta name="author" content="Thembi Dibotelo">
<meta property="og:site_name" content="Thembi Dibotelo">
<meta property="og:title" content="Thembi Dibotelo Freelance Designer and Developer">
<meta property="og:description"
content="Creating beautiful and responsive designs, websites and app with the power of technology.">
<meta property="og:type" content="Website">
<meta property="og:image:url"
content="https://github.com/GovanDBT/GovanDBT/assets/62579660/9b29e362-8851-4932-9dc3-7e02462f71a6">
<meta property="og:url" content="#">
<title>Resume</title>
<link rel="icon" type="image/x-icon" href="../images/favicon.svg">
<link rel="stylesheet" href="../css/style.css">
<link rel="stylesheet" href="../css/normalize.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bad+Script&family=Poppins:wght@300;400;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/6f879d6c21.js" crossorigin="anonymous"></script>
</head>

<body>
<!--Hero section + Navigation bar-->
<header>
<section>
<nav class="nav collapsible container">
<a href="../index.html" class="nav-logo"><img src="../images/logo.svg" alt=""></a>
<a href="index.html" class="nav-logo"><img src="../images/logo.svg" alt=""></a>
<i class="fa-solid fa-bars-staggered nav-toggler"></i>
<div class="nav-list-container">
<ul class="list nav-list collapsible-content">
Expand All @@ -30,14 +43,20 @@
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<a href="#" class="btn btn-accent btn-nav collapsible-content">
<a href="https://github.com/GovanDBT" target="_blank" class="btn btn-accent btn-nav collapsible-content">
<i class="fa-brands fa-github btn-icon"></i>
Git
GitHub
</a>
</nav>
</section>

</header>
<!--Resume section-->

<!--footer-->
<footer class="footer">
<p class="footer-copyright">Copyright &copy; 2023 Thembi Dibotelo</p>
</footer>
<!--JS links and paths-->
<script src="../js/main.js"></script>
</body>

Expand Down

0 comments on commit 927aef9

Please sign in to comment.