-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.php
More file actions
64 lines (64 loc) · 3.07 KB
/
Copy pathabout.php
File metadata and controls
64 lines (64 loc) · 3.07 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
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php
$pageTitle = 'About';
include 'includes/header.php';
?>
<section class="page-hero reveal-on-scroll" aria-label="About hero">
<div class="container hero-content">
<p class="eyebrow">About Uni-DMS</p>
<h1>Crafting a guided path for Sri Lankan achievers.</h1>
<p class="page-hero-meta">We are researchers, counselors, and storytellers who turn the complexity of university admissions into calm, confident choices.</p>
<div class="hero-cta-group">
<a class="btn btn-primary" href="finder.php">Find My Degree</a>
<a class="btn btn-ghost" href="universities.php">Browse Universities</a>
</div>
<div class="breadcrumb">
<a href="index.php">Home</a>
<span>/</span>
<span>About</span>
</div>
</div>
</section>
<section class="section-shell">
<div class="container">
<div class="feature-grid">
<article class="feature-card reveal-on-scroll">
<div class="feature-icon" aria-hidden="true"><i class="fa-solid fa-compass"></i></div>
<h3>Trusted mentorship</h3>
<p>Former academics and alumni decode Sri Lanka’s universities, translating Z-scores into future-forward outcomes.</p>
</article>
<article class="feature-card reveal-on-scroll">
<div class="feature-icon" aria-hidden="true"><i class="fa-solid fa-hourglass-half"></i></div>
<h3>Purposeful timing</h3>
<p>Every deadline, open day, and scholarship window is choreographed so you feel guided, never rushed.</p>
</article>
<article class="feature-card reveal-on-scroll">
<div class="feature-icon" aria-hidden="true"><i class="fa-solid fa-heart"></i></div>
<h3>Warm, human craft</h3>
<p>Gold accents, intentional motion, and layered depth make the admissions journey feel premium and calm.</p>
</article>
</div>
</div>
</section>
<section class="section-shell" aria-label="Process">
<div class="container">
<h2>Our process</h2>
<div class="feature-grid">
<article class="feature-card reveal-on-scroll">
<p class="eyebrow">01</p>
<h3>Research & empathy</h3>
<p>We hear your story, respect Sri Lankan tradition, and translate the admissions landscape into human language.</p>
</article>
<article class="feature-card reveal-on-scroll">
<p class="eyebrow">02</p>
<h3>Design & craft</h3>
<p>Playfair headlines, glassmorphism layers, and deliberate motion bring gravitas to every interaction.</p>
</article>
<article class="feature-card reveal-on-scroll">
<p class="eyebrow">03</p>
<h3>Launch & learn</h3>
<p>We measure how students move and iterate the journeys so each season feels more guided.</p>
</article>
</div>
</div>
</section>
<?php include 'includes/footer.php'; ?>