Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDKaufman authored Dec 2, 2024
1 parent 2379ebb commit 29712aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
background-size: cover;
scroll-behavior: smooth;
}
p1 {text-align: center;}
.nav {
width: 100%;
background-color: rgba(0, 0, 0, 0.75); /* Translucent black */
Expand Down Expand Up @@ -113,6 +114,7 @@
.header h1 {
font-size: 24px; /* Smaller font size for the header */
}
p {text-align: center;}
.header img {
max-width: 80%; /* Adjust image size for smaller screens */
margin-bottom: 15px; /* Reduce bottom margin for smaller screens */
Expand All @@ -134,10 +136,11 @@
<div class="header">
<img src="photo5.jpg" alt="Photo" style="width:100%;max-width:300px;margin-bottom:20px;">
<h1>Adam Kaufman, MSEd</h1>
<h1>Licensed Mental Health Counselor Associate <!-- Professional verification provided by Psychology Today -->
<h1>Licensed Mental Health Counselor Associate</h1>
<p1><!-- Professional verification provided by Psychology Today -->
<a href="https://www.psychologytoday.com/profile/1422560" class="sx-verified-seal"></a>
<script type="text/javascript" src="https://member.psychologytoday.com/verified-seal.js" data-badge="10" data-id="1422560" data-code="aHR0cHM6Ly93d3cucHN5Y2hvbG9neXRvZGF5LmNvbS9hcGkvdmVyaWZpZWQtc2VhbC9zZWFscy8xMC9wcm9maWxlLzE0MjI1NjA/Y2FsbGJhY2s9c3hjYWxsYmFjaw=="></script>
<!-- End Verification --></h1>
<!-- End Verification --></p1>
</div>

<div class="main">
Expand Down

0 comments on commit 29712aa

Please sign in to comment.