-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntroduction.py
More file actions
15 lines (12 loc) · 862 Bytes
/
Introduction.py
File metadata and controls
15 lines (12 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import streamlit as st
st.set_page_config(page_title="Maurício's Portfolio", page_icon=":tada:", layout="wide")
st.title("KINDA A DATA-SOLVER-PROBLEM")
#-----HEADER SECTION----
st.subheader("Marketing Data Science | Martech | Growth Lead | Data Analytics Lead | Data Strategist")
st.write("")
st.subheader("Welcome to my portfolio page 🥷")
st.write("")
st.image("mau-profile.png", width = 350)
st.write("")
st.subheader("LIFELONG LEARNER AND CURIOUS")
st.write("Hello, I'm Maurício Lacerda (some call me Mau), a lifelong learner with a knack for delving into the realm of data through business-oriented methodologies, tools, and data processing languages tailored for digital enterprises. Fueled by insatiable curiosity and an energetic drive to deliver results, I thrive on integrating teams and individuals toward common objectives.")