-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.53 KB
/
index.html
File metadata and controls
35 lines (34 loc) · 1.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RepoSync - Universal Version Control</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<header>
<img src="logo.png" alt="RepoSync Logo" class="logo">
<h1>RepoSync</h1>
<p>Revolutionizing File Management and Collaboration</p>
</header>
<h2>Welcome to RepoSync</h2>
<p>RepoSync is bringing the power of version control to every team in pharmaceutical and biotechnology companies. Our AI-powered platform ensures secure collaboration, seamless version tracking, and intelligent recommendations.</p>
<p>Whether you're working with documents, experiment data, or safety procedures, RepoSync keeps your files synchronized, structured, and secure.</p>
<p>We are in a very early stage of development. To see a vision for the company, check out this presentation below:</p>
<p><a href="https://github.com/abbydulski/RepoSync/blob/main/RepoSync_Pres.pdf" target="_blank">Download PDF Presentation</a></p>
<footer>
<p>© 2025 RepoSync. All rights reserved.</p>
</footer>
</body>
</html>