Skip to content

Commit

Permalink
update pics fevicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukarnascience committed Nov 15, 2024
1 parent c7c61f7 commit dc555a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RoboHive - Robotics & Software Solutions</title>
<title>BeeBotix - Robotics & Software Solutions</title>
<link rel="icon" type="image/png" href="./assets/img/logo.png">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" href="./navbar.css">
<link rel="stylesheet" href="./parallax.css">
Expand Down Expand Up @@ -40,6 +41,8 @@
<h1>Buzz in Robotics</h1>
<p>Custom robots (RAAS) and software (SAAS) solutions for industry and innovation</p>
<a href="#contact" class="cta-button">Get Started</a>
<br><br>
<a href="./products.html" style="color: #FFB800;">View Products <i class="fa-solid fa-arrow-right"></i></a>
</div>
</section>

Expand Down
1 change: 1 addition & 0 deletions products.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beebotix - Innovative Solutions</title>
<link rel="icon" type="image/png" href="./assets/img/logo.png">
<link rel="stylesheet" href="./products.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
Expand Down

0 comments on commit dc555a4

Please sign in to comment.