-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresentations.html
More file actions
181 lines (173 loc) · 9.79 KB
/
presentations.html
File metadata and controls
181 lines (173 loc) · 9.79 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TruGanic | Presentations</title>
<meta
name="description"
content="TruGanic project presentations: proposal, progress reviews, and final slides with view and download links."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header class="site-header">
<nav class="navbar container" aria-label="Main navigation">
<a href="./index.html" class="brand">TruGanic</a>
<button
class="nav-toggle"
type="button"
aria-expanded="false"
aria-controls="primary-menu"
>
Menu
</button>
<ul class="nav-links" id="primary-menu">
<li><a href="./index.html">Home</a></li>
<li><a href="./domain.html">Domain</a></li>
<li><a href="./milestones.html">Milestones</a></li>
<li><a href="./documents.html">Documents</a></li>
<li><a href="./presentations.html" aria-current="page">Presentations</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero hero--presentations section-spacing">
<div class="hero-inner container">
<div class="hero-content">
<p class="eyebrow">Presentations</p>
<h1>Project Presentations</h1>
<p class="hero-text">
This page collects the slide decks used for TruGanic milestone
reviews and assessments, from the initial proposal through progress
checkpoints and the final presentation. Each card matches a project
stage so supervisors, evaluators, and teammates can find the right
deck quickly. Use
<a href="#proposal-presentation">proposal</a>,
<a href="#progress-presentation-1">progress one</a>,
<a href="#progress-presentation-2">progress two</a>, and
<a href="#final-presentation">final</a> to jump to that section. The
decks follow the work from research framing and methodology through
build-and-demo updates to final results: AI-assisted validation,
blockchain traceability, logistics monitoring, and an AR consumer view,
ending with outcomes and how the system supports trustworthy organic
claims.
</p>
<a href="#proposal-presentation" class="btn-primary">View decks</a>
</div>
<div class="hero-visual" aria-label="Presentations illustration">
<div class="blob">
<div class="blob-bottom-clip" aria-hidden="true">
<img
class="hero-person hero-person-base"
src="./assets/images/presentationHero.png"
alt=""
/>
</div>
<img
class="hero-person hero-person-pop"
src="./assets/images/presentationHero.png"
alt="Presenter giving a thumbs up and holding a blank board"
/>
</div>
</div>
</div>
</section>
<section class="section-spacing documents-sections">
<div class="container documents-flow">
<article class="document-group" id="project-presentations">
<h2 class="document-group-title">Slides</h2>
<div class="document-grid">
<div class="document-card" id="proposal-presentation">
<p class="document-name">Proposal Presentation</p>
<p class="document-meta">Google Slides (shared)</p>
<div class="document-actions">
<a href="https://docs.google.com/presentation/d/1BAvh8CLyS91JzacTDOFGaLjMmJpXRXAx/edit?usp=sharing&ouid=107396726161991757212&rtpof=true&sd=true" class="doc-action doc-view" aria-label="View proposal presentation" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 5C6.5 5 2 9.2 1 12c1 2.8 5.5 7 11 7s10-4.2 11-7c-1-2.8-5.5-7-11-7Zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"/>
</svg>
<span>View</span>
</a>
<a href="https://docs.google.com/presentation/d/1BAvh8CLyS91JzacTDOFGaLjMmJpXRXAx/export/pptx" class="doc-action doc-download" target="_blank" rel="noopener noreferrer" aria-label="Download proposal presentation as PowerPoint">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 3a1 1 0 0 1 1 1v8.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L11 12.6V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z"/>
</svg>
<span>Download</span>
</a>
</div>
</div>
<div class="document-card" id="progress-presentation-1">
<p class="document-name">Progress Presentation — 1</p>
<p class="document-meta">Google Slides (shared)</p>
<div class="document-actions">
<a href="https://docs.google.com/presentation/d/1SK9ImTjMquy-dkdpOIBNh01Pe6LUbQ_V/edit?usp=sharing&ouid=107396726161991757212&rtpof=true&sd=true" class="doc-action doc-view" aria-label="View progress presentation 1" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 5C6.5 5 2 9.2 1 12c1 2.8 5.5 7 11 7s10-4.2 11-7c-1-2.8-5.5-7-11-7Zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"/>
</svg>
<span>View</span>
</a>
<a href="https://docs.google.com/presentation/d/1SK9ImTjMquy-dkdpOIBNh01Pe6LUbQ_V/export/pptx" class="doc-action doc-download" target="_blank" rel="noopener noreferrer" aria-label="Download progress presentation 1 as PowerPoint">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 3a1 1 0 0 1 1 1v8.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L11 12.6V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z"/>
</svg>
<span>Download</span>
</a>
</div>
</div>
<div class="document-card" id="progress-presentation-2">
<p class="document-name">Progress Presentation — 2</p>
<p class="document-meta">Google Slides (shared)</p>
<div class="document-actions">
<a href="https://docs.google.com/presentation/d/1d9aPzRIlO-bO8_WNOzrbDOTyRkn4aU2Y/edit?usp=sharing&ouid=107396726161991757212&rtpof=true&sd=true" class="doc-action doc-view" aria-label="View progress presentation 2" target="_blank" rel="noopener noreferrer">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 5C6.5 5 2 9.2 1 12c1 2.8 5.5 7 11 7s10-4.2 11-7c-1-2.8-5.5-7-11-7Zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"/>
</svg>
<span>View</span>
</a>
<a href="https://docs.google.com/presentation/d/1d9aPzRIlO-bO8_WNOzrbDOTyRkn4aU2Y/export/pptx" class="doc-action doc-download" target="_blank" rel="noopener noreferrer" aria-label="Download progress presentation 2 as PowerPoint">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 3a1 1 0 0 1 1 1v8.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L11 12.6V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z"/>
</svg>
<span>Download</span>
</a>
</div>
</div>
<div class="document-card" id="final-presentation">
<p class="document-name">Final Presentation</p>
<p class="document-meta">Closing assessment deck (link coming soon)</p>
<div class="document-actions">
<a href="#" class="doc-action doc-view" aria-label="View final presentation">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 5C6.5 5 2 9.2 1 12c1 2.8 5.5 7 11 7s10-4.2 11-7c-1-2.8-5.5-7-11-7Zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"/>
</svg>
<span>View</span>
</a>
<a href="#" class="doc-action doc-download" download aria-label="Download final presentation">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 3a1 1 0 0 1 1 1v8.6l2.3-2.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 1 1 1.4-1.4L11 12.6V4a1 1 0 0 1 1-1Zm-7 15a1 1 0 0 1 1 1v1h12v-1a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1Z"/>
</svg>
<span>Download</span>
</a>
</div>
</div>
</div>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>© 2026 TruGanic. All rights reserved.</p>
</div>
</footer>
<script src="./js/main.js"></script>
</body>
</html>