From dda9f695ec209b900d94b4933634f6832cd1429c Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sun, 24 Aug 2025 22:49:24 -0400 Subject: remove commented html --- index.html | 138 +------------------------------------------------------------ styles.css | 9 ++-- 2 files changed, 7 insertions(+), 140 deletions(-) diff --git a/index.html b/index.html index 2103709..74aad0e 100755 --- a/index.html +++ b/index.html @@ -41,138 +41,17 @@
- -

Welcome to

Sensible Scholars

Beyond the Classroom: Deeper Learning, Lasting Success.

-
- - - - - - - - - -

About Us

@@ -222,21 +101,6 @@

People

- -
@@ -258,7 +122,7 @@

[cto & tutor] Michael

-

M.S. in CS & B.S. in Physics, Brown University

+

M.S. in CS & B.S. in Physics, BrownU

Michael is a passionate educator with a strong background in both computer science and physics. He enjoys integrating concepts from both fields to create a rich learning experience for his students. diff --git a/styles.css b/styles.css index 371863f..2db7dd2 100755 --- a/styles.css +++ b/styles.css @@ -1,4 +1,5 @@ /* +CONFIG vars, color, and fonts */ :root { @@ -30,20 +31,22 @@ html { scroll-behavior: smooth; } +/* +body and main container + */ + body { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; line-height: 1.5; background-color: rgb(30, 30, 30); color: #303030; font-weight: 300; + font-size: 120%; } p { line-height: 1.2; } -/* -body and main container - */ /* media should not be inline, but be blocks */ /* media shouldn't break out of their container */ -- cgit v1.2.3-70-g09d2