-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcosmetics.html
139 lines (130 loc) · 6.34 KB
/
cosmetics.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html >
<head>
<meta charset='UTF-8'>
<title>East Boca Dermatology</title>
<link rel='stylesheet' href='css/common-style.css'>
<link rel='stylesheet' href='css/header-style.css'>
<link id='navBarStyle' rel='stylesheet' href='css/rest-navbar-style.css'>
<link rel="stylesheet" href="css/section-style.css">
<link rel="stylesheet" href="css/footer-style.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:100,400,700,900' rel='stylesheet'>
<script src="https://code.jquery.com/jquery-3.1.1.js" type="text/javascript"></script>
<script type="text/javascript">
document.getElementById('navBarStyle').setAttribute('href', 'css/navbar-style.css');
</script>
</head>
<body>
<div class = 'navBar-container'>
<div class = 'navBar'>
<div class = 'home-link'><a href='#home'>Integrated Dermatology of East Boca</a></div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="#home">Cosmetics</a></li>
<li><a href="medical.html">Medical</a></li>
<li><a href="forms.html">Forms</a></li>
<li><a href="index.html#map-container">Find Us</a></li>
<li><a href="index.html#contact-us">Contact Us</a></li>
</ul>
<div class = 'navBar-hr'></div>
</div>
</div>
<div class = 'content-container'>
<div class='header' id='home'>
<div class='title-card'>
<h1>Integrated Dermatology of East Boca!</h1>
<h2>Judith Redd M.D.</h2>
<br><br><br><br>
<h3>Cosmetic Dermotology, to make you look your best</h3>
</div>
</div>
<div class='section right blue2' id='botox'>
<div class='container'>
<div class='accent-circle'>
<img src="http://www.resortcollection.com/wp-content/themes/resortcollection/property-images/summit/summit-beach-resort-panama-city-beach-fl-beach-01.jpg">
</div>
<div class='content'>
<h2> Botox </h2>
<div class='horizontal-rule'></div>
<br><br>
About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox About Botox
<div class='action-panel'>
<a href="#contact-us">
<button type="button" class='big-button'>Contact Us</button>
</a>
</div>
</div>
</div>
</div>
<div class='section left orange2' id='fillers'>
<div class='container'>
<div class='accent-circle'>
<img src="http://www.resortcollection.com/wp-content/themes/resortcollection/property-images/summit/summit-beach-resort-panama-city-beach-fl-beach-01.jpg">
</div>
<div class='content'>
<h2>Fillers</h2>
<div class='horizontal-rule'></div>
<br><br>
About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers About Fillers
<div class='action-panel'>
<a href="#contact-us">
<button type="button" class='big-button'>Contact Us</button>
</a>
</div>
</div>
</div>
</div>
<div class='section right blue1' id='Microdermabrasion'>
<div class='container'>
<div class='accent-circle'>
<img src="http://www.resortcollection.com/wp-content/themes/resortcollection/property-images/summit/summit-beach-resort-panama-city-beach-fl-beach-01.jpg">
</div>
<div class='content'>
<h2> Microdermabrasion </h2>
<div class='horizontal-rule'></div>
<br><br>
About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion About Microdermabrasion
<div class='action-panel'>
<a href="#contact-us">
<button type="button" class='big-button'>Contact Us</button>
</a>
</div>
</div>
</div>
</div>
<div class="footer">
© 2016 Integrated Dermatology of East Boca
</div>
</div>
<script>
// Change NavBar Baised on Scroll
// http://stackoverflow.com/questions/2481350/how-to-get-scrollbar-position-with-javascript
// http://www.developphp.com/video/JavaScript/Change-Style-Sheet-Using-Tutorial-CSS-Swap-Stylesheet
document.addEventListener("scroll", function () {
//apear by sliding in/fading in
var pixelsScrolled = document.body.scrollTop;
if (pixelsScrolled < 64){
document.getElementById('navBarStyle').setAttribute('href', 'css/navbar-style.css');
} else if (pixelsScrolled > 64) {
stylesheet = document.getElementById('navBarStyle');
if (stylesheet = 'css/navbar-style.css'){ //changing to new stylesheet
var navBarStyleElem = document.getElementById('navBarStyle');
navBarStyleElem.setAttribute('href', 'css/rest-navbar-style.css');
}
}
});
// Smooth Scrolling of links
// https://www.creativejuiz.fr/blog/tutoriels/jquery-effet-smooth-scroll-defilement-fluide
window.onload = function() {
$('a[href^="#"]').click(function(){ // when a link is clicked
var the_id = $(this).attr("href");
$('html, body').animate({ // go to its id
scrollTop:$(the_id).offset().top
}, 'slow'); // slowly
return false;
});
};
</script>
</body>
</html>