-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (159 loc) · 5.92 KB
/
index.html
File metadata and controls
167 lines (159 loc) · 5.92 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Quantico Setups</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
margin: 40px;
background-color: #f4f6f8;
color: #222;
}
header {
margin-bottom: 30px;
}
h1 {
color: #2a4d69;
}
.header-caption {
color: #6b7280;
font-style: italic;
font-size: 13px;
margin-top: 4px;
}
.header-meta {
display: flex;
align-items: center;
gap: 12px;
margin-top: 2px;
}
/* responsive: stack header meta on narrow screens */
@media (max-width: 520px) {
.header-meta {
flex-direction: column;
align-items: flex-start;
gap: 6px;
}
.source-link { margin-top: 4px; transform: none; }
}
.source-link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 10px;
border-radius: 999px;
background: #eef6ff;
color: #0b5bd7;
text-decoration: none;
font-weight: 600;
box-shadow: 0 1px 0 rgba(11,91,215,0.06);
border: 1px solid rgba(11,91,215,0.08);
transform: translateY(6px);
}
.source-link svg { margin: 0; }
main {
background: #fff;
padding: 24px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
footer {
margin-top: 40px;
text-align: center;
color: #888;
}
/* Setup images styling */
.setup-img {
display: block;
width: 100%;
max-width: 900px;
margin: 18px auto;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.webinar-link {
display: block;
max-width: 900px;
margin: 0 auto 18px auto;
padding: 12px 16px;
background: #eef6ff;
border: 1px solid #d0e6ff;
border-radius: 6px;
color: #0b5bd7;
text-decoration: none;
font-weight: 600;
}
.webinar-link small { display:block; font-weight:400; color:#234; margin-top:6px; }
figure {
margin: 0 0 22px 0;
padding: 0;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
figcaption {
font-size: 13px;
color: #556;
text-align: left;
margin-top: 6px;
margin-left: 6px;
}
</style>
</head>
<body>
<header>
<h1>Quantico Setups</h1>
<div class="header-meta">
<div class="header-caption">You're welcome. (^_−)☆</div>
<a class="source-link" href="https://github.com/FastFinTech/QuanticoSetups" target="_blank" rel="noopener noreferrer" aria-label="Contributions welcome — source on GitHub">
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82a7.6 7.6 0 012.01-.27c.68 0 1.36.09 2.01.27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.28.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
Edit on GitHub
</a>
</div>
</header>
<main>
<a class="webinar-link" href="https://vimeo.com/1120671439" target="_blank" rel="noopener noreferrer">Full details webinar — watch on Vimeo
<small>Click to watch the full webinar with setup explanations (opens in a new tab)</small>
</a>
<figure>
<img src="indicatorMeanings.jpg" alt="Indicator meanings" class="setup-img">
<figcaption>Timestamp: 00:00:00 — Indicator meanings</figcaption>
</figure>
<figure>
<img src="setupList.jpg" alt="Setup list" class="setup-img">
<figcaption>Timestamp: 00:01:30 — Setup overview</figcaption>
</figure>
<figure>
<img src="setup1.jpg" alt="Setup 1" class="setup-img">
<figcaption>Timestamp: 00:05:12 — Setup 1 - Bullish breakout</figcaption>
</figure>
<figure>
<img src="setup2.jpg" alt="Setup 2" class="setup-img">
<figcaption>Timestamp: 00:08:45 — Setup 2 - Bearish breakout</figcaption>
</figure>
<figure>
<img src="setup3.jpg" alt="Setup 3" class="setup-img">
<figcaption>Timestamp: 00:12:00 — Setup 3 - Pullback from top</figcaption>
</figure>
<figure>
<img src="setup4.jpg" alt="Setup 4" class="setup-img">
<figcaption>Timestamp: 00:15:30 — Setup 4 - Pullback from bottom</figcaption>
</figure>
<figure>
<img src="setup5.jpg" alt="Setup 5" class="setup-img">
<figcaption>Timestamp: 00:18:00 — Setup 5 - Consolidation</figcaption>
</figure>
<figure>
<img src="setup6.jpg" alt="Setup 6" class="setup-img">
<figcaption>Timestamp: 00:21:30 — Setup 6 - Protection from the downside</figcaption>
</figure>
</main>
<footer>
© 2024 Quantico Setups
</footer>
</body>
</html>