Skip to content

Commit 00c4ed0

Browse files
authored
Merge pull request #144 from intsav/arian-farokh-patch-3-1
Arian farokh patch 3 1
2 parents 30bc214 + 77e19cf commit 00c4ed0

File tree

2 files changed

+47
-11
lines changed

2 files changed

+47
-11
lines changed

BioSense.html renamed to PulseNote.html

Lines changed: 44 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<!-- ======= Header ======= -->
2727
<header id="header" class="fixed-top">
2828
<div class="container d-flex align-items-center justify-content-between">
29-
<a href="#home" class="logo"><img src="assets/img/projects/BioSense/logo.png" alt="BioSense Logo" class="img-fluid"></a>
29+
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
3030
<nav id="navbar" class="navbar">
3131
<ul>
3232
<li><a class="nav-link scrollto active" href="#home">Home</a></li>
@@ -50,7 +50,7 @@
5050
<div class="row justify-content-center">
5151
<div class="col-12 col-md-9 col-lg-9 text-center">
5252
<h3></h3>
53-
<h1>BioSense</h1>
53+
<h1>Pulse Note</h1>
5454
<h2>"An online platform to enable multiple experts to collaboratively provide labels for physiological signals."</h2>
5555
<br>
5656
<h3>Our platform streamlines the process of signal annotation for projects, fostering collaboration and high-quality labeling of physiological data</h3>
@@ -64,8 +64,14 @@ <h3>Our platform streamlines the process of signal annotation for projects, fost
6464
<!-- End Title -->
6565

6666

67-
<!-- ======= Projects Section ======= -->
68-
<section id="projects" class="py-5">
67+
68+
69+
70+
71+
72+
73+
74+
<!-- <section id="projects" class="py-5">
6975
<div class="container" data-aos="fade-up">
7076
<div class="row">
7177
<div class="col-12 text-center mb-4">
@@ -86,11 +92,11 @@ <h2>Projects</h2>
8692
</div>
8793
8894
</div>
89-
<!-- Add project details or cards here as needed -->
95+
Add project details or cards here as needed
9096
</div>
91-
</div>
92-
</section>
93-
<!-- End Projects Section -->
97+
</div> -->
98+
99+
94100

95101
<!-- ======= Team Section ======= -->
96102
<section id="team" class="py-5">
@@ -140,6 +146,35 @@ <h2>Demonstration</h2>
140146
</div>
141147
</section>
142148
<!-- End Demonstration Section -->
149+
<!-- ======= Projects Section ======= -->
150+
<section id="projects" class="projects section-bg">
151+
<div class="container" data-aos="fade-up">
152+
<div class="row justify-content-center">
153+
<div class="col-9 text-center">
154+
<div class="section-title">
155+
<h2>Projects</h2>
156+
<br>
157+
<br>
158+
</div>
159+
</div>
160+
</div>
161+
</div>
162+
<div class="container">
163+
<div class="row justify-content-center">
164+
<div class="col-6 col-md-3" data-aos-delay="100">
165+
<div class="icon-box iconbox-blue">
166+
<div class="icon">
167+
<a href="https://pulsenote.net/login" target="_blank">
168+
<img src="assets/img/projects/BioSense/PulseNote.jpg" alt="Project icon" class="project-img">
169+
</a>
170+
</div>
171+
<h4><a href="https://pulsenote.net/login">PulseNote</a></h4>
172+
</div>
173+
</div>
174+
</div>
175+
</div>
176+
</section>
177+
<!-- End Projects Section -->
143178

144179
<!-- ======= Collaboration Section ======= -->
145180
<section id="collaboration" class="py-5">
@@ -155,6 +190,7 @@ <h2>Collaboration</h2>
155190
</section>
156191
<!-- End Collaboration Section -->
157192

193+
158194
<!-- ======= Footer ======= -->
159195
<footer id="footer" class="bg-light py-4">
160196
<div class="container d-md-flex justify-content-between">

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ <h4><a href="biobank.html" target="_blank">Unity Biobank</a></h4>
9494
<div class="col-6 col-md-3" data-aos-delay="100">
9595
<div class="icon-box iconbox-blue">
9696
<div class="icon">
97-
<a href="https://pulsenote.net/login" target="_blank">
97+
<a href="PulseNote.html" target="_blank">
9898
<img src="assets/img/projects/BioSense/PulseNote.jpg" alt="Project icon" class="project-img">
9999
</a>
100100
</div>
101-
<h4><a href="https://pulsenote.net/login" target="_blank">PulseNote Platform</a></h4>
102-
<p>BioSense labelling platform</p>
101+
<h4><a href="PulseNote.html" target="_blank">PulseNote</a></h4>
102+
<p>Pulse Note labelling platform</p>
103103
</div>
104104
</div>
105105
<div class="col-6 col-md-3" data-aos-delay="100">

0 commit comments

Comments
 (0)