Updated button color

This commit is contained in:
ivan-pelly
2026-03-29 18:53:32 -07:00
parent bd360b42ff
commit 0a8d2ebb59
+23 -34
View File
@@ -19,7 +19,6 @@ content="Track goals, services, and critical incidents for students with secure,
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, sans-serif;
margin: 0; margin: 0;
@@ -68,11 +67,18 @@ box-shadow:0 6px 18px rgba(17,24,39,.08);
border: 1px solid rgba(17, 24, 39, .06); border: 1px solid rgba(17, 24, 39, .06);
} }
.hero{grid-column:span 12;} .hero {
.two{grid-column:span 12;} grid-column: span 12;
}
.two {
grid-column: span 12;
}
@media (min-width:860px) { @media (min-width:860px) {
.two{grid-column:span 6;} .two {
grid-column: span 6;
}
} }
h2 { h2 {
@@ -141,7 +147,6 @@ text-align:center;
padding: 2rem; padding: 2rem;
color: rgba(17, 24, 39, .65); color: rgba(17, 24, 39, .65);
} }
</style> </style>
</head> </head>
@@ -153,25 +158,20 @@ color:rgba(17,24,39,.65);
<h1>WIN — Student Goal Tracker and Reporting</h1> <h1>WIN — Student Goal Tracker and Reporting</h1>
<p> <p>
Track student goals, document services, and log critical incidents with auditable workflows designed for student support programs. Track student goals, document services, and log critical incidents with auditable workflows designed for student
support programs.
</p> </p>
<!-- Live prototype + survey --> <!-- Live prototype + survey -->
<div style="margin-top:1.5rem"> <div style="margin-top:1.5rem">
<a href="https://win.opelly.me/" <a href="https://win.opelly.me/" class="btn" target="_blank" rel="noopener noreferrer"
class="btn"
target="_blank"
rel="noopener noreferrer"
style="margin-right:.5rem;"> style="margin-right:.5rem;">
Open Live Prototype Open Live Prototype
</a> </a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd4waAGdgDC9SpA2uvelWQtpJt7sGqsFgc-PCBOMoT99LmLHA/viewform" <a href="https://docs.google.com/forms/d/e/1FAIpQLSd4waAGdgDC9SpA2uvelWQtpJt7sGqsFgc-PCBOMoT99LmLHA/viewform"
class="btn" class="btn" target="_blank" rel="noopener noreferrer" style="background:#16a34a;">
target="_blank"
rel="noopener noreferrer"
style="background:#16a34a;">
Take Evaluation Survey Take Evaluation Survey
</a> </a>
@@ -253,9 +253,7 @@ The system reduces manual paperwork and improves visibility into student progres
<li>Submit feedback using the <strong>evaluation survey</strong>.</li> <li>Submit feedback using the <strong>evaluation survey</strong>.</li>
</ol> </ol>
<a href="https://github.com/opelly27/WinStudentGoalTracker" <a href="https://github.com/opelly27/WinStudentGoalTracker" class="btn" target="_blank"
class="btn"
target="_blank"
rel="noopener noreferrer"> rel="noopener noreferrer">
Go to GitHub Go to GitHub
</a> </a>
@@ -332,32 +330,22 @@ Stakeholders: open the live prototype, complete the tasks, then submit feedback
Prototype Page (Tasks + Links) Prototype Page (Tasks + Links)
</a> </a>
<a href="https://win.opelly.me/" <a href="https://win.opelly.me/" class="btn" target="_blank" rel="noopener noreferrer">
class="btn"
target="_blank"
rel="noopener noreferrer">
Live Prototype Live Prototype
</a> </a>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd4waAGdgDC9SpA2uvelWQtpJt7sGqsFgc-PCBOMoT99LmLHA/viewform" <a href="https://docs.google.com/forms/d/e/1FAIpQLSd4waAGdgDC9SpA2uvelWQtpJt7sGqsFgc-PCBOMoT99LmLHA/viewform"
class="btn" class="btn" target="_blank" rel="noopener noreferrer" style="background:#16a34a;">
target="_blank"
rel="noopener noreferrer"
style="background:#16a34a;">
Prototype Evaluation Survey Prototype Evaluation Survey
</a> </a>
<a href="https://www.figma.com/design/VyuyyPsPWtZ4jU5O93TknM/C4G-WIN---Initial-Design?node-id=1-5" <a href="https://www.figma.com/design/VyuyyPsPWtZ4jU5O93TknM/C4G-WIN---Initial-Design?node-id=1-5" class="btn"
class="btn" target="_blank" rel="noopener noreferrer">
target="_blank"
rel="noopener noreferrer">
Figma Design (Desktop) Figma Design (Desktop)
</a> </a>
<a href="https://www.figma.com/design/VyuyyPsPWtZ4jU5O93TknM/C4G-WIN---Initial-Design?node-id=1-4" <a href="https://www.figma.com/design/VyuyyPsPWtZ4jU5O93TknM/C4G-WIN---Initial-Design?node-id=1-4" class="btn"
class="btn" target="_blank" rel="noopener noreferrer">
target="_blank"
rel="noopener noreferrer">
Figma Design (Mobile) Figma Design (Mobile)
</a> </a>
@@ -366,7 +354,7 @@ Figma Design (Mobile)
<a href="ui.html" class="btn">UI Documentation</a> <a href="ui.html" class="btn">UI Documentation</a>
<a href="um.html" class="btn">User Manual Documentation</a> <a href="um.html" class="btn">User Manual Documentation</a>
<a href="technical.html" class="btn">Technical Documentation</a> <a href="technical.html" class="btn">Technical Documentation</a>
<a href="p6video.html" class="btn">P6 Presentation Video</a> <a href="p6video.html" class="btn" style="background:#7816e9;">🎬 P6 Presentation Video</a>
</div> </div>
@@ -415,4 +403,5 @@ Tested in a Chrome Incognito window.
</footer> </footer>
</body> </body>
</html> </html>