Home

Developer
Size
5,393 Kb
Views
18,216

How do I make an home?

What is a home? How do you make a home? This script and codes were developed by Marty Powell on 15 September 2022, Thursday.

Home Previews

Home - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Home</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="header"> <h2 class="float-left">Annick Barker, LCSW-C | Therapy and Counseling</h2> <h2 class="float-right"><i class="fa fa-phone" aria-hidden="true"></i> 410-222-2222</h2> <div class="clear"></div>
</div>
<nav class="main-nav"> <a class="nav-item" href="/why-therapy">Why Therapy</a> <a class="nav-item" href="/my-approach">My Approach</a> <a class="nav-item" href="/getting-started">Getting Started</a> <a class="nav-item" href="/what-to-expect">What to Expect</a> <a class="nav-item" href="/about-me">About Me</a> <a class="nav-item" href="/what-to-expect">Contact</a>
</nav>
<div class="hero"> <div class="img"><img src="//martypowell.com/img/annick.jpg" /></div> <p class="message">Hi, my name is <span class="callout">Annick Barker</span> and I am a experienced therapist. I would like to take your money in exchange for your well being.</p>
</div>
<div class="home-container section-wide">
<div class="section services"> <h2>Services</h2> <ul class="list service-list"> <li>Web Development, get your problems online now.</li> <li>Parental Therapy, is that even a thing.</li> <li>Marriage Counseling</li> <li>Pokemon Go Addictions</li> <li>Love life too much syndrome</li> </ul> </div> <div class="section contact-info"> <h2>Contact Information</h2> <p><i class="fa fa-phone" aria-hidden="true"></i> 410-222-2222</p> <p><i class="fa fa-envelope-o" aria-hidden="true"></i> <a href="mailto:[email protected]">[email protected]</a></p> </div>
</div>
<div class="main-content" style="display: none;"> <div class="section why"> <h1>Why Therapy</h1> <p>When all is well, most of us rely on support from family, friends and co-workers to help us face life’s challenges. However, there are times when those support systems are unavailable, busy, or too close to the problem themselves to help sufficiently. Sometimes our usual supporters are the source of our distress. And sometimes we’re feeling poorly enough or the challenge is great enough that our friends and family simply can’t provide the level of help we need.</p> <p>This is the point at which therapy can be helpful. At its core, therapy is simply a way to supplement the support system you already have. It can be enormously helpful to talk to someone who is outside of your personal network of friends and family.</p> <p>A skillful therapist has been trained to respect your privacy, ask helpful questions, help you evaluate your own thoughts and behavior, and support you as you make choices and decisions about your life. A skillful therapist does not give unsolicited advice or tell you that you are right or wrong. Instead, a good therapist will offer you the time, space, and alternative ways of seeing and thinking about yourself that can help you restore a sense of balance and wellbeing.</p> </div> <div class="section approach"> <h1>My Approach</h1> <p>I provide individual counseling and psychotherapy to adults, ages 18 years and older. I offer therapy that is <a href="#effective" title="Learn more about how my treatment is effective.">effective</a>, <a href="#effective" title="Learn more about how my treatment is creative.">creative</a>, and adapted to your <a href="#effective" title="Learn more about how my treatment is personal.">personal</a> style and goals.</p> <h2 id="effective">Effective</h2> <p>Several therapeutic models inform my work. They are all firmly grounded in research and have been shown to reduce emotional distress and facilitate change. They include Cognitive Behavioral Therapy (CBT), Acceptance and Commitment Therapy (ACT), Dialectical Behavioral Therapy (DBT), Mindfulness-Based Stress Reduction (MBSR), and Motivational Interviewing (MI). All of these models are focused on increasing self awareness, reducing emotional pain, and facilitating change.</p> <p>I am also certified in the treatment of psychological trauma and have experience working with survivors of traumatic experiences. In addition, I have worked with many people whose attempts to cope with stress have led to substance abuse or other compulsive behaviors.</p> <h2 id="creative">Creative</h2> <p>Talking with a therapist – or “talk therapy” - has helped many people manage personal challenges, big and small. In recent decades, however, therapists have learned that sometimes talk therapy alone is not enough. Simple exercises that quiet the mind and body and make it easier to express difficult feelings can significantly enhance the benefits of more traditional “talk therapy.”</p> <p>Often referred to as “mindfulness,” some of these exercises help us pay closer attention to internal thoughts, feelings, and sensations that we might not otherwise have noticed. Mindfulness exercises often bring us clarity and calm and help us cope better with painful feelings. While talk therapy is especially good at helping us think differently, mindfulness is very good at helping us experience feelings differently.</p> <p>In addition to mindfulness, art and/or writing can also be helpful tools during therapy. After all, difficult emotions and thoughts are often difficult to talk about. For people who struggle describing how they feel, there are simple creative exercises that can help you express what spoken words can’t. The best part is that curiosity is all you need - you don’t have to have any artistic talent or experience to benefit from these exercises!</p> <h2 id="personal">Personal</h2> <p>No single approach to therapy can help everyone. (DONT LIKE THIS)The approaches and exercises described above as tools in a therapy toolbox. My goal is to get to know you, understand your goals, and work with you to develop a plan for therapy that is focused on those goals. I will check with you periodically to make sure you feel that you are making progress and make adjustments if needed.</p> </div>
</div>
</body>
</html>

Home - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Fanwood+Text|Quattrocento+Sans);
.clear { clear: both;
}
.home-container .section p, .home-container .section a, .home-container .section li { font-size: 20px;
}
.float-right { float: right;
}
.float-left { float: left;
}
body { padding: 0; margin: 0; background: white;
}
h1, h2, h3 { color: #76323F; font-family: 'Quattrocento Sans', sans-serif;
}
h1 { font-size: 49px;
}
p, a, li { font-family: serif; font-size: 18px; line-height: 26px;
}
p, li { color: #76323F;
}
a { color: #76323F;
}
.home-container .section h2 { margin: 0; margin-bottom: 10px; font-size: 36px;
}
.home-container .list { margin: 0; padding: 0 10px;
}
.section-wide { width: 100%; max-width: 1200px; margin: 20px auto;
}
.home-container { display: flex; flex-wrap: none; justify-content: space-around;
}
.main-content { margin: 0 auto; max-width: 800px; width: 100%;
}
.main-content a { color: #76323F; font-weight: 700;
}
.hero { background: #76323F; display: flex; flex-wrap: none; justify-content: center; padding: 20px;
}
.hero p { color: white; font-size: 36px; line-height: 48px;
}
.hero .callout { color: #c09f80;
}
.hero .img { max-width: 50%;
}
.hero img { width: 100%;
}
.hero .message { padding: 40px;
}
.header { border-top: 5px solid #76323F; padding: 20px;
}
.header h1, .header h2 { color: #565656;
}
.header h1, .header h2 { padding: 0; margin: 0;
}
.main-nav { margin-bottom: 10px; border-top: 3px solid #565656; border-bottom: 3px solid #565656; display: flex; justify-content: space-around; font-family: 'Quattrocento Sans', sans-serif; font-size: 18px; padding: 0;
}
.main-nav a { font-family: 'Quattrocento Sans', sans-serif; color: #565656; font-weight: 700; text-decoration: none; padding: 15px; margin: 0; width: 25%; text-align: center;
}
.main-nav a:hover { background: #565656; color: white;
}
.main-nav .nav-item { display: inline-block;
}
Home - Script Codes
Home - Script Codes
Home Page Home
Developer Marty Powell
Username martypowell
Uploaded September 15, 2022
Rating 3
Size 5,393 Kb
Views 18,216
Do you need developer help for Home?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Marty Powell (martypowell) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!