-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (48 loc) · 2.3 KB
/
Copy pathabout.html
File metadata and controls
51 lines (48 loc) · 2.3 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Research Match - About</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="about.css" />
</head>
<body>
<main class="container">
<header class="header">
<div style="display: flex; align-items: center; gap: 0.75rem">
<img src="https://cdn.builder.io/api/v1/image/assets/TEMP/7387288f561c5abfc229e8e25a5254d5e770b656" alt="" class="logo" />
<img src="https://cdn.builder.io/api/v1/image/assets/TEMP/51badf032b9702ce0f5f921203e3e3ff33361d49" alt="Research Match" class="logo-text" />
</div>
<nav class="navigation">
<a href="home.html">Home</a>
<a href="about.html">About</a>
<a href="search.html">Explore</a>
<a href="HowItWorks.html">How it works</a>
</nav>
<div class="light-icon-container">
<img src="https://cdn.builder.io/api/v1/image/assets/TEMP/03961ef43cf487fbfd5436c4d9fe688589c1420a" alt="Theme toggle" />
</div>
</header>
<section class="hero">
<h1>About Research Match</h1>
<p>Empowering students. Connecting research. Shaping the future of innovation at UTD and beyond.</p>
</section>
<section class="content">
<p class="mission">
Research Match bridges the gap between undergraduate students and professors by creating a dynamic platform to explore, connect, and collaborate. We believe students shouldn’t have to dig through department pages — research should be discoverable, accessible, and aligned with your goals.
</p>
<article class="what-we-do">
<h2>What We Offer</h2>
<ul>
<li>Browse a directory of 1,200+ professors from all departments</li>
<li>Filter by interest area and reach out directly to faculty</li>
<li>Auto-generate personalized emails expressing your interest</li>
<li>Explore faculty titles, roles, and background information</li>
<li>Match yourself to research that inspires you</li>
</ul>
</article>
</section>
</main>
</body>
</html>