-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyBlog.html
More file actions
162 lines (125 loc) · 5.59 KB
/
Copy pathMyBlog.html
File metadata and controls
162 lines (125 loc) · 5.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyJourner</title>
<style>
@media (min-width:500px) and(max-width: 1000px) and (orientation: potrait) {
h1 {
color: green;
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
margin-left: -20px;
margin-top: -2%;
background-color: gold;
height: 70px;
width: 92%;
padding-top: 2%;
padding-left: 10%;
float: left;
border-bottom: 5px solid green;
}
.MY-Me {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 3px;
margin-top: 30px;
padding-left: 100px;
}
}
h2 {
color: rgb(75, 73, 73);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 26px;
}
.Me,
div {
position: relative;
float: left;
clear: both;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20px;
}
</style>
</head>
<body>
<h1> Breaking Barriers: My Journey from Fixer to Innovator
<div class="MY-Me">
<div> About</div>
<div> Me </div>
<div> mentally</div>
</div>
</h1>
<div class="Me">
Hi, I'm Aron, a second-year Computer Science student with a passion for innovation, problem-solving, and all
things
tech. My story might not be the conventional one, but it’s one that has shaped me into the person I am today—a
logical thinker, an innovator, and a leader in my field.
<br><br>
</div>
<h2> Finding My Stride in High School</h2>
<hr>
<div> Growing up in a humble background in Africa, opportunities were scarce, and pursuing something as niche as
Computer
Science wasn't exactly common in my village. While my peers leaned toward traditional professions like teaching,
I
felt drawn to numbers, logic, and computers. In high school, I was known as "the fixer." Teachers and students
alike
would come to me for help when no one else could solve a problem—especially in mathematics. Yet, my journey
wasn’t
without its challenges.
You see, I’ve always had a fast-processing brain. My thoughts often race ahead of my words, and during high
school,
I struggled with a speech pattern known as cluttering. It wasn’t always easy to articulate my ideas, and many
would
dismiss my solutions because they couldn’t keep up with my thought process. When solving complex problems, I
often
skipped steps, working everything out mentally, which left others baffled. Little did I know back then that this
was
my unique strength—a sign of how quickly my brain processed logic and numbers. <br><br>
</div>
<h2> Discovering My True Passion </h2>
<hr>
<div>
Fast-forward to university, and I’ve found my element. Coding became my canvas, and Python, Java, and blockchain
are
my tools of expression. My analytical mindset, once misunderstood, now allows me to excel in areas like backend
development, problem-solving, and even emerging fields like blockchain technology. I’m now expanding into
frontend
development to become a well-rounded full-stack developer.
My natural curiosity also led me to explore forex trading. Understanding patterns, predicting trends, and making
calculated decisions felt intuitive to me. Out of ten trades, I often succeed in eight, a success rate that
highlights my knack for analytical thinking. <br><br>
</div>
<h2> Leadership and Innovation</h2>
<hr>
<div>
Beyond technical skills, I’ve discovered my ability to lead and inspire. Recently, I led a team during a
university
hackathon. Together, we brainstormed, coded, and innovated, ultimately earning the top spot. The experience
showed
me the power of collaboration and how to channel my abilities to help others shine.
I’ve also been told I have a knack for humor. While I prefer working alone most of the time, whenever I meet
friends, I’m often the one cracking jokes and bringing energy to the group. Humor has been a way for me to
connect
with people, and it’s a reminder that even as a logical thinker, creativity plays a vital role in communication.
<br><br>
</div>
<h2>The Road Ahead </h2>
<hr>
<div>
As someone who thrives on logic and innovation, my goal is to build systems and tools that create real-world
impact.
I’m particularly drawn to the potential of blockchain in transforming industries and addressing issues like
transparency and security. Coding is my passion, but my ultimate ambition is to solve problems and create
meaningful
change, both in my community and beyond.
While others might have seen my "cluttering" as a limitation, I now recognize it as a reflection of my unique
way of
processing and understanding the world. It has shaped me into who I am—a problem-solver, a leader, and someone
who
never gives up.
</div>
</body>
</html>