<aside> <img src="https://img.icons8.com/ios/250/000000/user.png" alt="https://img.icons8.com/ios/250/000000/user.png" width="40px" /> About
</aside>
<aside> <img src="https://img.icons8.com/ios/250/000000/source-code.png" alt="https://img.icons8.com/ios/250/000000/source-code.png" width="40px" /> Work
</aside>
<aside> <img src="https://img.icons8.com/ios/250/000000/application-window.png" alt="https://img.icons8.com/ios/250/000000/application-window.png" width="40px" /> Blog
</aside>
<aside> <img src="https://img.icons8.com/ios/250/000000/mailbox-closed-flag-up.png" alt="https://img.icons8.com/ios/250/000000/mailbox-closed-flag-up.png" width="40px" /> Contact
</aside>
def greet_user():
print("Hello, World!")
def about_me():
print("My name is Ummaromana (she/her/hers) "
"and I am a senior attending Queens College "
"majoring in Women and Gender Studies. "
"I am a self-taught developer who enjoys connecting "
"the dots between technology and gender studies.")
def my_goals():
print("My goal is to strengthen, further, and develop my technical knowledge, "
"furthering my problem-solving abilities, "
"and developed my critical thinking skills through coding.")
greet_user()
about_me()
my_goals()
class Experience:
def __init__(self, name, position):
self.name = name
self.position = position
def my_experience(self):
print(self.name + " - "+ self.position)
def current_experience():
print("Currently, I am interning with the State Senators Office "
"Leroy Comrie for the duration of the summer. Prior work experience: ")
c0 = Experience("CUNY Recovery", "Student Affairs Recruitment/Digital Specialist")
c1 = Experience("Women in AI", "Global Project Lead & Web Developer Intern")
c2 = Experience("Out in Tech", "Program and Communications Intern")
c3 = Experience("NYC Department of Education", "CS4ALL Data & Tech Support Intern")
c4 = Experience("Morgan Stanley", "Enterprise Technology & Risk Intern")
c5 = Experience("Weil, Gotshal & Manges LLP", "IT Hardware Intern")
current_experience()
c0.my_experience()
c1.my_experience()
c2.my_experience()
c3.my_experience()
c4.my_experience()
c5.my_experience()
def my_skills():
print("Programming Languages:")
programming_languages = ["Python", "Java", "C++", "HTML/CSS", "Bootstrap", "JavaScript", "jQuery"]
for language in programming_languages:
print("- " + language)
my_skills()
def my_leadership():
print("Leadership:")
leadership_Organizations = ["Project BASTA", "The Animation Project", "CUNY LGBTQ+ Advocacy Academy"]
for organization in leadership_Organizations:
print("- " + organization)
my_leadership()
Information & Resources
Hobbies & Interests
▪️ Let's connect on LinkedIn!
▪️ Get in touch via email at ummaromanasama@gmail.com
▪️ Passing by and wanna say a quick hello? Fill out the following contact form below