-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebschedtest.html
127 lines (109 loc) · 2.28 KB
/
webschedtest.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>vorou</title>
<meta charset="utf-8" />
<meta name="theme-color" content="#ff8000" />
<style>
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-family: "Open Sans", sans-serif;
font-size: 40px;
}
body {
margin: 0;
border-top: 3px solid #ff8000;
}
.content {
margin: 5vh 10vw;
}
.accent {
color: #ff8000;
}
h1 {
font-size: 2rem;
line-height: 1em;
font-weight: normal;
margin: 0;
}
.subtitle {
margin: 0.7rem 0 0 0;
position: relative;
left: 0.1em;
}
ul {
margin-top: 0.5rem;
margin-left: 0.2rem;
padding: 0;
list-style-type: none;
line-height: 1.5;
}
li {
position: relative;
}
.contact-element {
font-size: 0.5rem;
height: 2em;
}
.post-element {
font-size: 0.5rem;
margin-bottom: 0.1rem;
}
.contact {
position: absolute;
top: 0;
left: 1.3em;
}
.icon {
width: 1em;
position: absolute;
top: 0.2em;
}
a {
/* text-decoration: none; */
color: #000000;
}
a:hover {
text-decoration: underscore;
color: #ff8000;
}
@media all and (max-width: 1100px) {
html {
font-size: 80px;
}
.content {
margin: 5vh 5vw;
}
}
</style>
</head>
<body>
<button onclick='STWidgetManager("ws-open")'>wat</button>
<script>
(function (q, w, e, r, t, y, u) {
q[t] =
q[t] ||
function () {
(q[t].q = q[t].q || []).push(arguments);
};
q[t].l = 1 * new Date();
y = w.createElement(e);
u = w.getElementsByTagName(e)[0];
y.async = true;
y.src = r;
u.parentNode.insertBefore(y, u);
q[t]("init", "4583ac66-d34d-4e15-85cf-80708483fc13");
})(
window,
document,
"script",
"https://static.servicetitan.com/webscheduler/shim.js",
"STWidgetManager"
);
</script>
</body>
</html>