generated from cepdnaclk/eYY-3yp-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
391 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"title": "e20-3yp-TIVO-Desk-Companion", | ||
"title": "e20-3yp-PE-BO-Desk-Companion", | ||
|
||
"team": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Tivo - Your Desk Companion</title> | ||
<title>PE-BO - Your Desk Companion</title> | ||
|
||
<!-- Bootstrap CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
|
@@ -20,15 +20,15 @@ | |
|
||
<!-- Custom CSS --> | ||
<link rel="stylesheet" href="style.css"> | ||
|
||
</head> | ||
|
||
<body class="dark-mode"> | ||
|
||
<!-- Navigation --> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top shadow-sm"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="#">Tivo</a> | ||
<a class="navbar-brand" href="#">PE-BO</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" | ||
aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
|
@@ -53,7 +53,7 @@ | |
<!-- Hero Section --> | ||
<section id="hero" class="hero-section text-center"> | ||
<div class="container"> | ||
<h1 class="display-3 fw-bold mb-3 hero-title" data-aos="fade-up">Welcome to Tivo</h1> | ||
<h1 class="display-3 fw-bold mb-3 hero-title" data-aos="fade-up">Welcome to PE-BO</h1> | ||
<p class="lead mb-4" data-aos="fade-up" data-aos-delay="100">Your Ultimate Futuristic Desk Companion</p> | ||
<a href="#features" class="btn btn-outline-light btn-lg" data-aos="fade-up" data-aos-delay="200">Explore | ||
Features</a> | ||
|
@@ -65,9 +65,11 @@ <h1 class="display-3 fw-bold mb-3 hero-title" data-aos="fade-up">Welcome to Tivo | |
<div class="container"> | ||
<h2 class="text-center mb-4">Introduction</h2> | ||
<p data-aos="fade-up"> | ||
Tivo is an innovative desk companion designed to enhance your workspace experience. By integrating | ||
advanced AI, voice control, gesture recognition, and seamless IoT connections, Tivo brings a new level | ||
<div class="description strong em"> | ||
PE-BO is an innovative desk companion designed to enhance your workspace experience. By integrating | ||
advanced AI, voice control, gesture recognition, and seamless IoT connections, PE-BO brings a new level | ||
of interactivity to your desk. | ||
</div> | ||
</p> | ||
</div> | ||
</section> | ||
|
@@ -88,7 +90,7 @@ <h5 class="mt-3">Voice Commands</h5> | |
<div class="feature-card text-center p-4"> | ||
<i class="bi bi-hand-index-thumb fs-1"></i> | ||
<h5 class="mt-3">Gesture Control</h5> | ||
<p>Control Tivo with intuitive gestures like waves, thumbs-ups, or points.</p> | ||
<p>Control PE-BO with intuitive gestures like waves, thumbs-ups, or points.</p> | ||
</div> | ||
</div> | ||
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200"> | ||
|
@@ -99,7 +101,7 @@ <h5 class="mt-3">Task Automation</h5> | |
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="row mt-4"> | ||
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300"> | ||
<div class="feature-card text-center p-4"> | ||
|
@@ -132,7 +134,7 @@ <h5 class="mt-3">Emergency Alerts</h5> | |
<div class="container"> | ||
<h2 class="text-center mb-4">Solution Architecture</h2> | ||
<p data-aos="fade-up"> | ||
Tivo's architecture is designed to seamlessly integrate hardware and software components for optimal | ||
PE-BO's architecture is designed to seamlessly integrate hardware and software components for optimal | ||
performance. | ||
</p> | ||
<ul data-aos="fade-up" data-aos-delay="100"> | ||
|
@@ -176,7 +178,7 @@ <h4>Software Frameworks</h4> | |
<div class="container"> | ||
<h2 class="text-center mb-4">Testing</h2> | ||
<p data-aos="fade-up"> | ||
Comprehensive testing was conducted to ensure the reliability and functionality of Tivo. | ||
Comprehensive testing was conducted to ensure the reliability and functionality of PE-BO. | ||
</p> | ||
<div class="row"> | ||
<div class="col-md-6" data-aos="fade-right"> | ||
|
@@ -202,7 +204,7 @@ <h4>Software Testing</h4> | |
<div class="container"> | ||
<h2 class="text-center mb-4">Detailed Budget</h2> | ||
<p data-aos="fade-up"> | ||
Below is a breakdown of the estimated costs for Tivo's development and deployment. | ||
Below is a breakdown of the estimated costs for PE-BO's development and deployment. | ||
</p> | ||
<table class="table table-bordered mt-4" data-aos="fade-up" data-aos-delay="100"> | ||
<thead class="table-dark"> | ||
|
@@ -252,55 +254,55 @@ <h2 class="text-center mb-4">Detailed Budget</h2> | |
</table> | ||
</div> | ||
</section> | ||
<section id="team" class="py-5 bg-dark"> | ||
<div class="container" data-aos="fade-up"> | ||
<h2 class="text-center text-light mb-4">Meet the Team</h2> | ||
<div class="row text-center"> | ||
<div class="col-md-3"> | ||
<img src="Member1.png" alt="Buddhika" class="team-img mb-3"> | ||
<h5 class="text-light">Buddhika Ariyarathne</h5> | ||
<p class="text-secondary">E/20/024</p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="Member2.png" alt="Yasiru" class="team-img mb-3"> | ||
<h5 class="text-light">Yasiru Edirimanna</h5> | ||
<p class="text-secondary">E/20/089</p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="Member3.png" alt="Yohan" class="team-img mb-3"> | ||
<h5 class="text-light">Yohan Senadheera</h5> | ||
<p class="text-secondary">E/20/361</p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="Member4.png" alt="Bhagya" class="team-img mb-3"> | ||
<h5 class="text-light">Bhagya Senevirathna</h5> | ||
<p class="text-secondary">E/20/366</p> | ||
<section id="team" class="py-5 bg-dark"> | ||
<div class="container" data-aos="fade-up"> | ||
<h2 class="text-center mb-4">Meet the Team</h2> | ||
<div class="row text-center"> | ||
<div class="col-md-3"> | ||
<img src="Member1.png" alt="Buddhika" class="team-img mb-3"> | ||
<h5 class="text-light">Buddhika Ariyarathne</h5> | ||
<p class="text-secondary">E/20/024</p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="Member2.png" alt="Yasiru" class="team-img mb-3"> | ||
<h5 class="text-light">Yasiru Edirimanna</h5> | ||
<p class="text-secondary">E/20/089</p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="Member3.png" alt="Yohan" class="team-img mb-3"> | ||
<h5 class="text-light">Yohan Senadheera</h5> | ||
<p class="text-secondary">E/20/361</p> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="Member4.png" alt="Bhagya" class="team-img mb-3"> | ||
<h5 class="text-light">Bhagya Senevirathna</h5> | ||
<p class="text-secondary">E/20/366</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Links Section --> | ||
<section id="links" class="py-5 bg-light"> | ||
<div class="container text-center"> | ||
<h2 class="text-dark mb-4">Useful Links</h2> | ||
<p data-aos="fade-up">Explore more about Tivo and related resources through the following links:</p> | ||
<ul class="list-inline" data-aos="fade-up" data-aos-delay="100"> | ||
<li class="list-inline-item"> | ||
<a href="https://github.com/tivo" class="btn btn-outline-dark">GitHub</a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="https://www.tivo.com" class="btn btn-outline-dark">Official Website</a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="https://www.linkedin.com/company/tivo" class="btn btn-outline-dark">LinkedIn</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
</section> | ||
<!-- Links Section --> | ||
<section id="links" class="py-5 bg-light"> | ||
<div class="container text-center"> | ||
<h2 class="text-dark mb-4">Useful Links</h2> | ||
<p data-aos="fade-up">Explore more about PE-BO and related resources through the following links:</p> | ||
<ul class="list-inline" data-aos="fade-up" data-aos-delay="100"> | ||
<li class="list-inline-item"> | ||
<a href="https://github.com/cepdnaclk/e20-3yp-PE-BO-Desk-Companion" class="btn btn-outline-dark">GitHub</a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="https://cepdnaclk.github.io/e20-3yp-PE-BO-Desk-Companion/" class="btn btn-outline-dark">Official Website</a> | ||
</li> | ||
<li class="list-inline-item"> | ||
<a href="https://projects.ce.pdn.ac.lk/3yp/e20/pe-bo-desk-companion/" class="btn btn-outline-dark">Project Page</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<footer class="py-4 bg-dark text-center text-white"> | ||
<p>© 2024 Tivo. All rights reserved.</p> | ||
<p>© 2024 PE-BO. All rights reserved.</p> | ||
</footer> | ||
|
||
<!-- Scripts --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.