mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-22 15:55:54 +00:00
93 lines
2.6 KiB
Text
93 lines
2.6 KiB
Text
<!DOCTYPE html>frankpereira1-web.github.io
|
|
<html>index.html
|
|
<head>
|
|
<title>Daily Dashboard</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
body {
|
|
font-family: Arial;
|
|
background: #111;
|
|
color: #eee;
|
|
padding: 20px;
|
|
}
|
|
h1 { color: #00ffcc; }
|
|
.box {
|
|
background: #1c1c1c;
|
|
padding: 15px;
|
|
margin: 10px 0;
|
|
border-radius: 10px;
|
|
}
|
|
a {
|
|
color: #4da6ff;
|
|
text-decoration: none;
|
|
display: block;
|
|
margin: 5px 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>🌅 Daily Market + Gratitude Reset</h1>
|
|
|
|
<div class="box">
|
|
<h2>🧠 Gratitude</h2>
|
|
<p>I control my focus and decisions.<br>
|
|
I act on data, not emotion.<br>
|
|
I build long-term leverage.</p>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h2>📊 Live Markets</h2>
|
|
<a href="https://www.google.com/finance/quote/.INX:INDEXSP" target="_blank">S&P 500</a>
|
|
<a href="https://www.google.com/finance/quote/XAUUSD" target="_blank">Gold</a>
|
|
<a href="https://www.google.com/finance/quote/CLW00" target="_blank">Oil</a>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h2>🌿 Cannabis Check</h2>
|
|
<a href="https://www.google.com/search?q=california+cannabis+wholesale+price" target="_blank">
|
|
Check Pricing
|
|
</a>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h2>🔁 Core Patterns</h2>
|
|
<p>
|
|
Conflict → Oil ↑ → Inflation ↑ → Markets shift<br><br>
|
|
Oversupply → Crash → Consolidation → Recovery
|
|
</p>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h2>🧭 Strategy</h2>
|
|
<p>
|
|
Focus on assets<br>
|
|
Track regulation<br>
|
|
Stay adaptive<br>
|
|
Execute daily
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
The MIT License (MIT)
|
|
|
|
Copyright (c) 2018 GitHub, Inc. and contributors
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.
|