|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 | 7 | <meta name="description" content="Personal Portfolio Page of Brian Obot">
|
8 | 8 |
|
9 |
| - |
10 | 9 | <link rel="preload stylesheet" href="bootstrap/bootstrap-icons/bootstrap-icons.css">
|
11 | 10 | <link rel="preload stylesheet" href="bootstrap/css/bootstrap.min.css">
|
12 | 11 | <link rel="preload stylesheet" href="fontawesome-free/css/all.min.css">
|
13 | 12 | <link rel="preload stylesheet" href="css/style.min.css">
|
| 13 | + |
| 14 | + <link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png"> |
| 15 | + <link rel="icon" type="image\png" sizes="32x32" href="favicon_io/favicon-32x32.png"> |
| 16 | + <link rel="icon" type="image\png" sizes="16x16" href="favicon_io/favicon-16x16.png"> |
| 17 | + <link rel="manifest" type="image\png" href="favicon_io/site.webmanifest"> |
14 | 18 |
|
15 | 19 | <title>Brian's Portfolio | Home</title>
|
16 | 20 |
|
@@ -38,8 +42,7 @@ <h1 class="logo me-auto pt-2">
|
38 | 42 | <li><a href="https://github.com/brianobot/Resume/raw/master/_Resume.pdf" class="btn resume-btn justify-content-center mx-2 pe-3" download><i class="fa fa-file mx-2"></i> Get my Resume</a></li>
|
39 | 43 | </ul>
|
40 | 44 | <i class="nav-link fa fa-search mx-3" onclick="show_darkscreen()"></i>
|
41 |
| - <i class="bi mobile-nav-toggle bi-list"></i> |
42 |
| - |
| 45 | + <i class="bi mobile-nav-toggle bi-list"></i> |
43 | 46 | </nav>
|
44 | 47 | </div>
|
45 | 48 | </header>
|
|
78 | 81 | </section>
|
79 | 82 | <!-- End of Hero Section -->
|
80 | 83 |
|
| 84 | + <section id="services" class="pt-4"> |
| 85 | + <div class="container"> |
| 86 | + <h3 class="subtitle h2 text-dark text-center fw-bolder">My Top Services</h3> |
| 87 | + <div class="services-list"> |
| 88 | + <div> |
| 89 | + <i class="fa fa-sharp fa-solid fa-crop"></i> |
| 90 | + <h4 class="h3">Engineering Analysis and Visualization</h4> |
| 91 | + <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit. |
| 92 | + Dolorum quidem aliquid sequi.</p> |
| 93 | + <a href="#">Learn more</a> |
| 94 | + </div> |
| 95 | + <div> |
| 96 | + <i class="fab fa-app-store"></i> |
| 97 | + <h4 class="h3">Software Development</h4> |
| 98 | + <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit. |
| 99 | + Dolorum quidem aliquid sequi.</p> |
| 100 | + <a href="#">Learn more</a> |
| 101 | + </div> |
| 102 | + <div> |
| 103 | + <i class="fa fa-solid fa-code"></i> |
| 104 | + <h4 class="h3">Web Design</h4> |
| 105 | + <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit. |
| 106 | + Dolorum quidem aliquid sequi.</p> |
| 107 | + <a href="#">Learn more</a> |
| 108 | + </div> |
| 109 | + </div> |
| 110 | + |
| 111 | + <div class="w-100 mt-5 text-center"> |
| 112 | + <a href="#" class="btn btn-outline-dark p-3 px-4">See More Services</a> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | + </section> |
| 116 | + |
81 | 117 | <!-- Start of Referral Section -->
|
82 | 118 | <section class="text-center text-white my-4 mt-0 bg-dark pt-5">
|
83 | 119 | <h4 class="h1">Refer Me to Earn</h4>
|
@@ -200,7 +236,7 @@ <h6 class="text-uppercase mb-4">Opening hours</h6>
|
200 | 236 | <script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="brianobot" data-description="Support me on Buy me a coffee!" data-message="" data-color="#5F7FFF" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
|
201 | 237 |
|
202 | 238 | <script async defer src="bootstrap/js/bootstrap.min.js"></script>
|
203 |
| - <script async defer src="js/main.js"></script> |
| 239 | + <script async defer src="js/main.min.js"></script> |
204 | 240 |
|
205 | 241 | <!--Start Google tag (gtag.js) -->
|
206 | 242 | <script async defer src="https://www.googletagmanager.com/gtag/js?id=G-0D5MV7MDPD"></script>
|
|
0 commit comments