-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
41 lines (39 loc) · 1.33 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<header>
<a style="max-width: 20%; margin-bottom: 0%;" class="responsive-img" href="index.html"><img src="src/images/logo.png" alt="Logo"></a></li>
<nav>
<li><a href="marketplace.html">Marketplace</a></li>
<li><a href="about.html">About</a></li>
</nav>
<div class = "Profile">
<a href="login.html">
<i class = "fa fa-user" style = "font-size: 2em"></i>
Login
</a>
</div>
</header>
<section>
<article class="info">
<div>
<h2>Vision</h2>
<p>Serve as a bridge between researchers from around the world, fostering collaboration and the development of open science projects.</p>
</div>
<div>
<h2>Mission</h2>
<p style="font-size: large;"><b>Discovery, Uniting Minds: LabLink<br>Where Science Knows No Boundaries!</b></p>
</div>
</article>
<article>
<div>
<h2></h2>
</div>
</article>
<article>
</article>
</section>
</body>