Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
  • Loading branch information
BobFrankston committed May 12, 2024
1 parent f665ce6 commit f0ed732
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 18 deletions.
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<meta property="og:title"
content="Psychotherapy Services in South Easton, MA | Anxiety, Depression, and PTSD | Dr. Stephanie BillinghamD" />
<meta property="og:description"
content="Dr. Stephanie Billingham, Psychotherapist in South Easton, MA, helps individuals with anxiety, depression, PTSD, and more. Call 508-238-4114"
>
content="Dr. Stephanie Billingham, Psychotherapist in South Easton, MA, helps individuals with anxiety, depression, PTSD, and more. Call 508-238-4114">
<meta property="og:url" content="https://drstephaniebillingham.com/" />
<meta property="og:image" content="StephanieBillingham.jpg" />
</head>
Expand Down Expand Up @@ -60,13 +59,10 @@
guided by the wishes and needs of each person who comes to see me.</p>
<p>Whatever concerns or issues you may have, my approach is to work with you in a supportive, interactive
way to help you change patterns that are not working for you.</p>
<p>My office is located in South Easton, MA, convenient to the towns of Easton, North Easton, Taunton,
Abington,
Attleboro, Mansfield, Norton, Brockton, the Bridgewaters, Canton, Foxboro, Raynham, Dighton, Assonet,
Lakeville,
<p>My office is located in South Easton, MA, convenient to the towns of Easton, North Easton, Taunton, Abington,
Attleboro, Mansfield, Norton, Brockton, the Bridgewaters, Canton, Foxboro, Raynham, Dighton, Assonet, Lakeville,
Stoughton, Middleboro, Rehoboth and Sharon. <a class="director"></a>
for a map and
directions.</p>
for a map and directions.</p>
<p>Feel free to call me if you have any questions about beginning therapy.</p>
<h1 class="content-phone">508-238-4114</h1>
</section>
Expand Down
15 changes: 15 additions & 0 deletions launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
3 changes: 3 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"workbench.colorTheme": "Visual Studio 2019 Dark"
}
21 changes: 11 additions & 10 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
align-items: center;
color: white;
font-weight: bold;
background-color: var(--backcolor);
}

.navigation a {
Expand All @@ -38,8 +37,10 @@
.content {
margin: 20px auto;
padding: 20px;
/* color: white; */
max-width: 8in;
margin: auto;
line-height: 1.5;
max-width: 920px;
/* Match header Image */
/* min-width: 5in; */
background-color: rgb(251, 250, 249);
font: black;
Expand Down Expand Up @@ -108,14 +109,14 @@
display: none;
}

#site-info {
text-align: center;
color: white;
background-color: var(--backcolor);
padding: 10px;
font-size: 0.8em;
#site-info {
text-align: center;
color: white;
background-color: var(--backcolor);
padding: 10px;
font-size: 0.8em;

}
}

@media (max-width: 5in) {
.visage {
Expand Down

0 comments on commit f0ed732

Please sign in to comment.