forked from noraside/seekbalance.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (156 loc) · 5.33 KB
/
index.html
File metadata and controls
182 lines (156 loc) · 5.33 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html lang="en">
<head>
<meta
charset="UTF-8">
<title>Polar E25 Organization</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0">
<meta
name="description"
content="Polar E25 Organization">
<meta
name="author"
content="Fred Nora">
<!--
<link rel="shortcut icon" type="image/jpg" href="./assets/img/favicon.jpg"/>
-->
<link href="https://x.com/" rel="dns-prefetch"/>
<link href="https://github.com/" rel="dns-prefetch"/>
<link href="./assets/img/polard8-00.jpeg" rel="icon" type="image/x-icon">
<link href="./assets/css/polard8.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Fixed Sidebar Menu -->
<nav class="polard8-sidebar">
<a href="https://polare25.github.io/">
<img
class="polard8-sidebar-image"
src="./assets/img/polard8-00.jpeg"
alt="Seek Balance Organization">
</a>
<ul>
<li><a href="developer/index.html">Developer</a></li>
<li><a href="business/index.html">Business</a></li>
<li><a href="online/index.html">Online communication</a></li>
<li><a href="user/index.html">User</a></li>
</ul>
</nav>
<!-- Main Content starts here -->
<div class="polard8-main-content">
<!-- ... all your headers, sections, footer ... -->
<!-- Main header -->
<header>
<div class="polard8-header">
<!--
<img
class="polard8-header-image"
src="./assets/img/polard8-00.jpeg"
alt="Seek Balance Organization">
-->
<h1>Polar E25 Organization</h1>
</div>
</header>
<!-- 1: (H) Developer -->
<section id="section-1">
<div class="polard8-container polard8-text">
<br>Hey developer!
<br>
<p>
Build better, live fuller. Great code blends creativity with clarity, effort with ease.
Embrace the rhythm of focused sprints and restful pauses to craft software that matters.
Be a developer who codes with heart and thrive in balance.
Let’s shape a future where tech and life harmonize.
</p>
<p>Divisions:</p>
<br>$ <a href="https://polare25.github.io">Polar E25</a> $
<br><a href="https://seekbalance.github.io">Seek Balance</a>
<br><a href="https://beltd8.github.io">Belt D8</a>
</div>
</section>
<!-- 2: (T) Business person -->
<section id="section-2">
<div class="polard8-container polard8-text">
<br>
<p>
Grow smarter, thrive better.
Success in business blends bold innovation with steady foundations,
productivity with people-first values.
Embrace balance to build teams that excel and businesses that last.
Create solutions that harmonize efficiency and well-being,
shaping a future where work uplifts all.
Join the movement for balanced growth today!
</p>
<br><a href="https://facebook.com/frednora">See Fred Nora at Facebook</a>
<br><a href="https://linkedin.com/in/frednora">See Fred Nora at Linkedin</a>
</div>
</section>
<!-- 3: (S) Sales person -->
<section id="section-3">
<div class="polard8-container polard8-text">
<br>
<p>
Create with purpose, connect with ease.
Great content blends bold creativity with authentic voice, impact with inner calm.
Find your rhythm—craft stories that resonate while nurturing your well-being.
Join our community of online communicators to share meaningful messages and inspire change.
Let’s build a digital world where stories thrive in balance. Start creating today!
</p>
<br>Here is a place to share information.
<br><a href="https://polare25.github.io/learn">Learn</a>
</div>
</section>
<!-- 4: (B) User -->
<section id="section-4">
<div class="polard8-container polard8-text">
<br>
<p>
Live better, tech smarter.
Embrace tools that simplify your day while uplifting your well-being.
Balance productivity with peace, and functionality with ease.
Empower yourself to thrive in harmony with technology.
Join the path where tech enhances, not overwhelms.
Seek balance!
</p>
<p><span>Touch Grass</span></p>
</div>
<div class="polard8-container">
<br>
<img
class="polard8-image"
src="./assets/img/polard8-01.png"
alt="Gramado OS">
</div>
<!--
<div class="polard8-container">
<button
class="polard8-button"
type="button"
id="button-01"
onclick="gramadoVisitGramadoOnGithub()" >
Gramado on Github
</button>
</div>
-->
<!-- ^ -->
<!-- | -->
<br>
<div class="polard8-container">
<br><a href="#page-top">^ Going to the top! ^</a>
</div>
</section>
<!-- Footer -->
<footer>
<div>
<br>
<div class="polard8-footer">
<br>© 2026 Polar E25 Organization
</div>
</div>
</footer>
</div>
<!-- Cool scripts -->
<script src="./assets/js/gramado.js"></script>
</body>
</html>