mirror of
https://github.com/tjsga/towardstj.git
synced 2025-04-16 09:40:18 -04:00
merge
This commit is contained in:
commit
54ea80f4ea
BIN
css/img/towards-small.png
Executable file
BIN
css/img/towards-small.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -1,6 +1,7 @@
|
|||
html {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
|
||||
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
20
index.html
20
index.html
|
@ -7,8 +7,8 @@
|
|||
<title>TowardsTJ</title>
|
||||
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrapper">
|
||||
|
@ -16,12 +16,12 @@
|
|||
<a class="nav-link" href="#">Home</a>
|
||||
<a class="nav-link" href="#schedule">Schedule</a>
|
||||
<a href="#">
|
||||
<img src="css/img/towards.png" style="height: 4rem" />
|
||||
<img src="css/img/towards-small.png" style="height: 4rem" />
|
||||
</a>
|
||||
<a class="nav-link" href="#topics">Topics</a>
|
||||
<a
|
||||
class="nav-link bold"
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSc5h3xspjHiVVlaRlOEOyQl9oM0tB4ba7gs7vxx3PouHBnw6A/viewform"
|
||||
href="https://aceclasses.fcps.edu/AcademicCourseDetails.aspx?AreaID=11290&AreaName=&CourseID=f4101846-ecbd-480a-af53-0af2f2dbd371&ProgramID=506&ProgCatgName=TJ+Summer+Enrichment&CategoryID=10602&Term=202103&IsCourse=1"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>Sign Up</a
|
||||
|
@ -66,23 +66,23 @@
|
|||
</div>
|
||||
<div class="quote-col">
|
||||
<p style="font-style: italic; font-size: 2rem">
|
||||
TJ's Student Government Association is hosting a summer program
|
||||
where students can get inside advice from upperclassmen about
|
||||
classes, extracurriculars, and TJ life.
|
||||
TJ's Student Government Association is hosting an online summer
|
||||
program where students can get inside advice from upperclassmen
|
||||
about classes, extracurriculars, and TJ life.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="inline">
|
||||
<a
|
||||
class="button hover-1 signup-button whitesmoke"
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSc5h3xspjHiVVlaRlOEOyQl9oM0tB4ba7gs7vxx3PouHBnw6A/viewform"
|
||||
href="https://aceclasses.fcps.edu/AcademicCourseDetails.aspx?AreaID=11290&AreaName=&CourseID=f4101846-ecbd-480a-af53-0af2f2dbd371&ProgramID=506&ProgCatgName=TJ+Summer+Enrichment&CategoryID=10602&Term=202103&IsCourse=1"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>Sign Up</a
|
||||
>
|
||||
<a
|
||||
class="button hover-2 signup-button whitesmoke"
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSc5h3xspjHiVVlaRlOEOyQl9oM0tB4ba7gs7vxx3PouHBnw6A/viewform"
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSeZWicIhq7smCXp4yyJkMXl-r4mstQ8Lvauo6PFr9YMtmfHzA/viewform?usp=sf_link"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>Volunteer</a
|
||||
|
@ -96,7 +96,7 @@
|
|||
2024 students: August 2nd - August 6th, weekdays<br />
|
||||
2025 students: August 2nd - August 13th, weekdays<br /><br />
|
||||
|
||||
10:00am - 11:15am or 11:30am - 12:45pm.
|
||||
3:00pm - 5:30pm (fully virtual)
|
||||
</p>
|
||||
|
||||
<div id="topics" style="margin-top: -5rem; height: 5rem"></div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user