aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElizabeth <elizabeth_c_wu@brown.edu>2024-01-22 14:34:17 -0500
committerElizabeth <elizabeth_c_wu@brown.edu>2024-01-22 14:34:17 -0500
commitb16fe9c7c31a7776334718f3c3d2fb8df87637b2 (patch)
treef462054843861efb3b03f84d86d31009d61f2f52
parent8a5d6bab77eea533b74b3fad24c879c18a0bf0ac (diff)
additional comments for students
-rw-r--r--b.html7
-rw-r--r--styles.css4
2 files changed, 11 insertions, 0 deletions
diff --git a/b.html b/b.html
index e4d3407..3a64c34 100644
--- a/b.html
+++ b/b.html
@@ -15,6 +15,10 @@
<script src="submit.js" defer></script>
</head>
<body>
+ <!--
+ @ STUDENTS: Feel free to ignore the section outlined from this comment
+ to the next one! You likely won't have to modify anything here.
+ -->
<div class="screen-container">
<div class="nav-bar">
<button onclick="location.href = 'index.html'" class="title">MEDx</button>
@@ -120,6 +124,9 @@
</span>
</div>
</div>
+ <!--
+ @ STUDENTS: This is the end of the outlined section to ignore!
+ -->
<div class="appointments-container">
<p class="appointments-container-name">Available Appointments</p>
diff --git a/styles.css b/styles.css
index 463974f..3d87ae4 100644
--- a/styles.css
+++ b/styles.css
@@ -1,3 +1,7 @@
+/*
+ @ STUDENTS: You probably won't need to modify this stylesheet
+ */
+
@font-face {
font-family: 'PPNeueMontreal';
src: url(fonts/PPNeueMontreal-Medium.otf);