forked from aymanaboghonim/elmentor-landing-page-clean
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathelmentor-circles.png
More file actions
236 lines (206 loc) · 11 KB
/
Copy pathelmentor-circles.png
File metadata and controls
236 lines (206 loc) · 11 KB
Download raw file
Open symbols panelEdit and raw actions
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
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600" width="800" height="600">
<defs>
<!-- Gradients for different circle levels -->
<radialGradient id="audienceGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#e3f2fd;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#1976d2;stop-opacity:0.3" />
</radialGradient>
<radialGradient id="guestGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#e8f5e8;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#2e7d32;stop-opacity:0.4" />
</radialGradient>
<radialGradient id="memberGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#fff3e0;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#f57c00;stop-opacity:0.5" />
</radialGradient>
<radialGradient id="gaGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#fce4ec;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#c2185b;stop-opacity:0.6" />
</radialGradient>
<radialGradient id="lgaGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#f3e5f5;stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#7b1fa2;stop-opacity:0.7" />
</radialGradient>
<radialGradient id="executiveGradient" cx="50%" cy="50%">
<stop offset="0%" style="stop-color:#fff8e1;stop-opacity:0.9" />
<stop offset="100%" style="stop-color:#ff8f00;stop-opacity:0.8" />
</radialGradient>
</defs>
<!-- Background -->
<rect width="800" height="600" fill="#f8f9fa" />
<!-- Title -->
<text x="400" y="40" text-anchor="middle" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#212529">
Elmentor Community Circles
</text>
<!-- Outermost Circle: Audience -->
<circle cx="400" cy="320" r="280" fill="url(#audienceGradient)" stroke="#1976d2" stroke-width="3" opacity="0.7"/>
<text x="400" y="80" text-anchor="middle" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#1976d2">
AUDIENCE
</text>
<text x="400" y="100" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" fill="#1976d2">
External engagement
</text>
<!-- Second Circle: Guests -->
<circle cx="400" cy="320" r="230" fill="url(#guestGradient)" stroke="#2e7d32" stroke-width="3" opacity="0.8"/>
<text x="150" y="200" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="#2e7d32">
GUESTS
</text>
<text x="150" y="220" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#2e7d32">
Occasional participants
</text>
<!-- Third Circle: Members -->
<circle cx="400" cy="320" r="180" fill="url(#memberGradient)" stroke="#f57c00" stroke-width="3" opacity="0.9"/>
<text x="650" y="200" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="#f57c00">
MEMBERS
</text>
<text x="650" y="220" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#f57c00">
Active participants
</text>
<!-- Fourth Circle: GAs -->
<circle cx="400" cy="320" r="130" fill="url(#gaGradient)" stroke="#c2185b" stroke-width="3"/>
<text x="280" y="460" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="#c2185b">
GAs
</text>
<text x="280" y="480" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#c2185b">
Group Advisory
</text>
<!-- Fifth Circle: LGAs -->
<circle cx="400" cy="320" r="80" fill="url(#lgaGradient)" stroke="#7b1fa2" stroke-width="3"/>
<text x="520" y="460" text-anchor="middle" font-family="Arial, sans-serif" font-size="16" font-weight="bold" fill="#7b1fa2">
LGAs
</text>
<text x="520" y="480" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#7b1fa2">
Lead Group Advisory
</text>
<!-- Innermost Circle: Executives -->
<circle cx="400" cy="320" r="40" fill="url(#executiveGradient)" stroke="#ff8f00" stroke-width="4"/>
<text x="400" y="325" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" font-weight="bold" fill="#ff8f00">
EXECUTIVES
</text>
<text x="400" y="340" text-anchor="middle" font-family="Arial, sans-serif" font-size="10" fill="#ff8f00">
Leadership Core
</text>
<!-- Connecting lines to show hierarchy -->
<line x1="400" y1="360" x2="400" y2="580" stroke="#666" stroke-width="2" stroke-dasharray="5,5" opacity="0.5"/>
<text x="400" y="570" text-anchor="middle" font-family="Arial, sans-serif" font-size="14" fill="#666" opacity="0.8">
Hierarchical Structure: Inner circles have higher access and responsibility
</text>
</svg>
<linearGradient id="circleGradient3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff6b35;stop-opacity:1" />
<stop offset="100%" style="stop-color:#e55527;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="600" height="400" fill="#f8fafc"/>
<!-- Elmentor Circles Diagram -->
<text x="300" y="30" font-family="Segoe UI, sans-serif" font-size="24" font-weight="600" fill="#1a1a1a" text-anchor="middle">
Elmentor Circles Structure
</text>
<!-- Executives (Center) -->
<circle cx="300" cy="200" r="40" fill="url(#circleGradient3)" stroke="white" stroke-width="3"/>
<text x="300" y="200" font-family="Segoe UI, sans-serif" font-size="12" font-weight="600" fill="white" text-anchor="middle">
Executives
</text>
<text x="300" y="215" font-family="Segoe UI, sans-serif" font-size="9" fill="white" text-anchor="middle">
Strategic Direction
</text>
<!-- Lead Group Advisory (LGAs) -->
<circle cx="200" cy="150" r="35" fill="url(#circleGradient1)" stroke="white" stroke-width="3"/>
<text x="200" y="150" font-family="Segoe UI, sans-serif" font-size="11" font-weight="600" fill="white" text-anchor="middle">
LGAs
</text>
<text x="200" y="163" font-family="Segoe UI, sans-serif" font-size="8" fill="white" text-anchor="middle">
Lead Advisors
</text>
<circle cx="400" cy="150" r="35" fill="url(#circleGradient1)" stroke="white" stroke-width="3"/>
<text x="400" y="150" font-family="Segoe UI, sans-serif" font-size="11" font-weight="600" fill="white" text-anchor="middle">
LGAs
</text>
<text x="400" y="163" font-family="Segoe UI, sans-serif" font-size="8" fill="white" text-anchor="middle">
Lead Advisors
</text>
<!-- Group Advisory (GAs) -->
<circle cx="150" cy="250" r="30" fill="url(#circleGradient2)" stroke="white" stroke-width="2"/>
<text x="150" y="250" font-family="Segoe UI, sans-serif" font-size="10" font-weight="600" fill="white" text-anchor="middle">
GAs
</text>
<text x="150" y="263" font-family="Segoe UI, sans-serif" font-size="7" fill="white" text-anchor="middle">
Group Advisory
</text>
<circle cx="250" cy="280" r="30" fill="url(#circleGradient2)" stroke="white" stroke-width="2"/>
<text x="250" y="280" font-family="Segoe UI, sans-serif" font-size="10" font-weight="600" fill="white" text-anchor="middle">
GAs
</text>
<text x="250" y="293" font-family="Segoe UI, sans-serif" font-size="7" fill="white" text-anchor="middle">
Group Advisory
</text>
<circle cx="350" cy="280" r="30" fill="url(#circleGradient2)" stroke="white" stroke-width="2"/>
<text x="350" y="280" font-family="Segoe UI, sans-serif" font-size="10" font-weight="600" fill="white" text-anchor="middle">
GAs
</text>
<text x="350" y="293" font-family="Segoe UI, sans-serif" font-size="7" fill="white" text-anchor="middle">
Group Advisory
</text>
<circle cx="450" cy="250" r="30" fill="url(#circleGradient2)" stroke="white" stroke-width="2"/>
<text x="450" y="250" font-family="Segoe UI, sans-serif" font-size="10" font-weight="600" fill="white" text-anchor="middle">
GAs
</text>
<text x="450" y="263" font-family="Segoe UI, sans-serif" font-size="7" fill="white" text-anchor="middle">
Group Advisory
</text>
<!-- Members -->
<circle cx="100" cy="320" r="25" fill="#10b981" stroke="white" stroke-width="2"/>
<text x="100" y="320" font-family="Segoe UI, sans-serif" font-size="9" font-weight="600" fill="white" text-anchor="middle">
Members
</text>
<circle cx="180" cy="340" r="25" fill="#10b981" stroke="white" stroke-width="2"/>
<text x="180" y="340" font-family="Segoe UI, sans-serif" font-size="9" font-weight="600" fill="white" text-anchor="middle">
Members
</text>
<circle cx="300" cy="350" r="25" fill="#10b981" stroke="white" stroke-width="2"/>
<text x="300" y="350" font-family="Segoe UI, sans-serif" font-size="9" font-weight="600" fill="white" text-anchor="middle">
Members
</text>
<circle cx="420" cy="340" r="25" fill="#10b981" stroke="white" stroke-width="2"/>
<text x="420" y="340" font-family="Segoe UI, sans-serif" font-size="9" font-weight="600" fill="white" text-anchor="middle">
Members
</text>
<circle cx="500" cy="320" r="25" fill="#10b981" stroke="white" stroke-width="2"/>
<text x="500" y="320" font-family="Segoe UI, sans-serif" font-size="9" font-weight="600" fill="white" text-anchor="middle">
Members
</text>
<!-- Guests -->
<circle cx="50" cy="380" r="20" fill="#f59e0b" stroke="white" stroke-width="2"/>
<text x="50" y="380" font-family="Segoe UI, sans-serif" font-size="8" font-weight="600" fill="white" text-anchor="middle">
Guests
</text>
<circle cx="550" cy="380" r="20" fill="#f59e0b" stroke="white" stroke-width="2"/>
<text x="550" y="380" font-family="Segoe UI, sans-serif" font-size="8" font-weight="600" fill="white" text-anchor="middle">
Guests
</text>
<!-- Audience (Outer) -->
<circle cx="30" cy="100" r="15" fill="#6b7280" stroke="white" stroke-width="1"/>
<text x="30" y="100" font-family="Segoe UI, sans-serif" font-size="7" font-weight="500" fill="white" text-anchor="middle">
Audience
</text>
<circle cx="570" cy="100" r="15" fill="#6b7280" stroke="white" stroke-width="1"/>
<text x="570" y="100" font-family="Segoe UI, sans-serif" font-size="7" font-weight="500" fill="white" text-anchor="middle">
Audience
</text>
<circle cx="80" cy="60" r="15" fill="#6b7280" stroke="white" stroke-width="1"/>
<text x="80" y="60" font-family="Segoe UI, sans-serif" font-size="7" font-weight="500" fill="white" text-anchor="middle">
Audience
</text>
<circle cx="520" cy="60" r="15" fill="#6b7280" stroke="white" stroke-width="1"/>
<text x="520" y="60" font-family="Segoe UI, sans-serif" font-size="7" font-weight="500" fill="white" text-anchor="middle">
Audience
</text>
<!-- Connection Lines -->
<line x1="300" y1="160" x2="200" y2="185" stroke="#e5e7eb" stroke-width="2" opacity="0.7"/>
<line x1="300" y1="160" x2="400" y2="185" stroke="#e5e7eb" stroke-width="2" opacity="0.7"/>
<line x1="200" y1="185" x2="150" y2="220" stroke="#e5e7eb" stroke-width="1" opacity="0.5"/>
<line x1="200" y1="185" x2="250" y2="250" stroke="#e5e7eb" stroke-width="1" opacity="0.5"/>
<line x1="400" y1="185" x2="350" y2="250" stroke="#e5e7eb" stroke-width="1" opacity="0.5"/>
<line x1="400" y1="185" x2="450" y2="220" stroke="#e5e7eb" stroke-width="1" opacity="0.5"/>
</svg>