Skip to content

Commit 461520c

Browse files
committed
made stylistic changes
1 parent 521c201 commit 461520c

File tree

7 files changed

+40
-16
lines changed

7 files changed

+40
-16
lines changed

books.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ <h1 style="text-align: center">Books That Have Impacted Me</h1>
1414
<div class="topnav">
1515
<a href="index.html">Home</a>
1616
<a href="projects.html">Data Science Projects</a>
17+
<a href="ai_portfolio.html">AI Portfolio</a>
1718
<a href="teaching.html">Teaching Portfolio</a>
1819
<a href="consulting.html">Consulting Portfolio</a>
1920
<a href="books.html">Top 20 Books</a>

consulting.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h1>Consulting Portfolio</h1>
2121
<nav class="topnav">
2222
<a href="index.html">Home</a>
2323
<a href="projects.html">Data Science Projects</a>
24+
<a href="ai_portfolio.html">AI Portfolio</a>
2425
<a href="teaching.html">Teaching Portfolio</a>
2526
<a href="consulting.html">Consulting Portfolio</a>
2627
<a href="books.html">Top 20 Books</a>

contact.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
<h1>Let's Stay in Touch</h1>
1212
<div class="topnav">
1313
<a href="index.html">Home</a>
14+
<a href="projects.html">Data Science Projects</a>
15+
<a href="ai_portfolio.html">AI Portfolio</a>
16+
<a href="teaching.html">Teaching Portfolio</a>
17+
<a href="consulting.html">Consulting Portfolio</a>
18+
<a href="books.html">Top 20 Books</a>
1419
<a href="contact.html">Contact</a>
1520
</div>
1621
<div class = "container">

projects.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h1>Completed Projects</h1>
2222
<nav class="topnav">
2323
<a href="index.html">Home</a>
2424
<a href="projects.html">Data Science Projects</a>
25+
<a href="ai_portfolio.html">AI Portfolio</a>
2526
<a href="teaching.html">Teaching Portfolio</a>
2627
<a href="consulting.html">Consulting Portfolio</a>
2728
<a href="books.html">Top 20 Books</a>

speaking.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ <h1>Basil Latif's Speaking Engagements</h1>
1616
<nav class="topnav">
1717
<a href="index.html">Home</a>
1818
<a href="projects.html">Data Science Projects</a>
19+
<a href="ai_portfolio.html">AI Portfolio</a>
1920
<a href="teaching.html">Teaching Portfolio</a>
2021
<a href="consulting.html">Consulting Portfolio</a>
2122
<a href="books.html">Top 20 Books</a>

styles.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,20 @@
328328
table {
329329
border-collapse: separate;
330330
border-spacing: 16px 12px; /* horizontal vertical spacing */
331-
}
332-
th, td {
331+
border: 2px solid #2C3E50; /* Navy blue border around the table */
332+
}
333+
th, td {
333334
padding: 12px 18px; /* vertical horizontal padding */
334-
}
335+
border: 1px solid #1ABC9C; /* Teal border for cells */
336+
}
337+
338+
th {
339+
background-color: #f8f9fa; /* Light background for headers */
340+
font-weight: bold;
341+
color: #2C3E50; /* Navy blue text for headers */
342+
}
343+
344+
td {
345+
background-color: #ffffff; /* White background for data cells */
346+
}
335347

teaching.html

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@
1212
<h1>Basil Latif's Teaching Portfolio</h1>
1313
</header>
1414

15-
<!-- Navigation Bar -->
16-
<nav class="topnav">
17-
<a href="index.html">Home</a>
18-
<a href="projects.html">Data Science Projects</a>
19-
<a href="teaching.html">Teaching Portfolio</a>
20-
<a href="consulting.html">Consulting Portfolio</a>
21-
<a href="books.html">Top 20 Books</a>
22-
<a href="contact.html">Contact</a>
23-
</nav>
15+
<!-- Navigation Bar -->
16+
<nav class="topnav">
17+
<a href="index.html">Home</a>
18+
<a href="projects.html">Data Science Projects</a>
19+
<a href="ai_portfolio.html">AI Portfolio</a>
20+
<a href="teaching.html">Teaching Portfolio</a>
21+
<a href="consulting.html">Consulting Portfolio</a>
22+
<a href="books.html">Top 20 Books</a>
23+
<a href="contact.html">Contact</a>
24+
</nav>
2425

2526
<!-- Introduction -->
2627
<div class="container">
@@ -40,6 +41,12 @@ <h2>Teaching Experience</h2>
4041
<li>I have also taught a 2 day bootcamp for edtech company Pluralsight .</li>
4142
<li>My experiences with teaching have taught me how in-demand quality instructors are and how fun it can be to get in front of a class</li>
4243
</ul>
44+
</div>
45+
<!-- Download Teaching Philosophy -->
46+
<div class="container">
47+
<div class="download-link">
48+
<a href="Teaching_Philosophy.pdf" download>Click to Download My Teaching Philosophy Document</a>
49+
</div>
4350
</div>
4451
<div class="container">
4552
<h2>Classes Taught</h2>
@@ -143,10 +150,6 @@ <h2>Classes Taught</h2>
143150
</table>
144151
</div>
145152

146-
<!-- Download Teaching Philosophy -->
147-
<div class="download-link">
148-
<a href="Teaching_Philosophy.pdf" download>Click to Download My Teaching Philosophy Document</a>
149-
</div>
150153

151154

152155
<!-- Footer -->

0 commit comments

Comments
 (0)