Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content Update #177

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
15c4dd7
Updating files, styling, src
niansahc Apr 24, 2022
0c5ff78
Finished Hubert octo animation with texture
niansahc Apr 24, 2022
92ee518
formatted github calendar
niansahc Apr 24, 2022
cc32ad0
favicon and home page updates to text & hubert
niansahc Apr 24, 2022
3f4c16f
cleaned up technology stack
niansahc Apr 24, 2022
5606c66
Removed Tw & FB calls. Left room for Google Search
niansahc Apr 24, 2022
cfbbdba
Updated nav,particle, about, and toolstack
niansahc Apr 24, 2022
85ecaad
corrected typo
niansahc Apr 25, 2022
ad6dce7
Update README.md
niansahc Apr 26, 2022
63c8b80
text modified, image updates (readme)
niansahc Apr 26, 2022
edc14f3
Merge branch 'master' of https://github.com/niansahc/Level-Up-Portfolio
niansahc Apr 26, 2022
86a263a
readme update
niansahc Apr 26, 2022
a745fb0
Add files via upload
niansahc Apr 26, 2022
b085197
Update README.md
niansahc Apr 26, 2022
7176226
About page updates and tech stack hover text
niansahc Apr 26, 2022
ab3a8e2
Merge branch 'master' of https://github.com/niansahc/Level-Up-Portfolio
niansahc Apr 26, 2022
1df3975
full site updates and clean up
niansahc Apr 26, 2022
02706f4
typo fix, and comment update type.js
niansahc Apr 26, 2022
ead1c0c
Adjustment
niansahc May 29, 2022
b871887
updating about info
niansahc Feb 28, 2024
dd6f671
added engi and thought leader to typewriter
niansahc Mar 6, 2024
f58a167
smol updates
niansahc Mar 6, 2024
62e0229
Add self-care-8-ball as submodule
niansahc Mar 6, 2024
ca3f94a
adding 8 ball components
niansahc Mar 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating about info
  • Loading branch information
niansahc committed Feb 28, 2024
commit b871887a448f5cdadc50b71a015ceba4adbc031c
38 changes: 24 additions & 14 deletions src/components/About/AboutCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,39 @@ function AboutCard() {
<Card.Body>
<blockquote className='blockquote mb-0'>
<p style={{ textAlign: 'justify' }}>
Here's where and how I'm spending my time challenging myself on my journey through development:
</p>
<ul>
Here's where and how I'm spending my time challenging myself on my
journey through development:
</p>
<ul>
<li className='about-activity'>
<ImBook /> Studying/Practice: ~ 1 hr after work daily using the
<a href="https://www.themuse.com/advice/take-it-from-someone-who-hates-productivity-hacksthe-pomodoro-technique-actually-works#:~:text=What%20Is%20the%20Pomodoro%20Technique,are%20referred%20to%20as%20pomodoros." class='orange'> Pomodoro Method</a>
<ImBook /> Studying/Practice: ~ 1 hr after work daily using the
<a
href='https://www.themuse.com/advice/take-it-from-someone-who-hates-productivity-hacksthe-pomodoro-technique-actually-works#:~:text=What%20Is%20the%20Pomodoro%20Technique,are%20referred%20to%20as%20pomodoros.'
class='orange'
>
{' '}
Pomodoro Method
</a>
</li>
<li className='about-activity'>
<ImBook /> React.js & JavaScript Bootcamps completed
<ImBook /> React.js & JavaScript Bootcamps completed. This website
uses React and node
</li>
<li className='about-activity'>
<ImBook /> Strengthening frontend foundations in HTML, CSS, JavaScript, & Wordpress through
<ImBook /> Strengthened frontend foundations in HTML, CSS,
JavaScript, PHP, Wordpress, and Chrome DevTools through
professional projects
</li>
<li className='about-activity'>
<ImBook /> Local backend development using WAMP & MySQL, building with React.js and React App through Node.js,
and version control using GitHub
<ImBook /> Local backend development using WAMP & MySQL, building
with React.js and React App through Node.js, and version control
using GitHub
</li>
</ul>
<br />
<br />
<p>

<br />
<br />
<p>
In addition to growing my technology skillset, I'm passionate about:
</p>
<ul>
Expand All @@ -52,7 +62,7 @@ function AboutCard() {
<p className='orange'>
"If you have knowledge, let others light their candle in it."{' '}
</p>
<footer className='blockquote-footer' >Margaret Fuller</footer>
<footer className='blockquote-footer'>Margaret Fuller</footer>
</blockquote>
</Card.Body>
</Card>
Expand Down