____ _ _ _ _ _
/ ___| __ _ _ __ ___ __ _ _ __| |_| |__ / \ | |__ _ _ (_) __ _
\___ \ / _` | '_ ` _ \ / _` | '__| __| '_ \ / _ \ | '_ \| | | || |/ _` |
___) | (_| | | | | | | (_| | | | |_| | | | / ___ \| | | | |_| || | (_| |
|____/ \__,_|_| |_| |_|\__,_|_| \__|_| |_| /_/ \_\_| |_|\__,_|/ |\__,_|
|__/
app = Samarth()
app.config['SECRET_KEY']='Only_Love'
@app.route('/about')
def about():
return """
- π Iβm currently working on improving myself in every aspect.
- π± Iβm currently learning Flask.
- π― Iβm looking to collaborate with everyone.
- π Pronouns: He/Him
- β‘ Fun fact: Linux Lover
"""
@app.route('/hobbies')
def hobbies():
return """
- Playing With Linux π§
- Reading blogs and man pages π
- Singing π€ & Playing Cricket π
- Spending Time with my Trees and Plants π³
"""
@app.route('/future_plans')
def plans():
return """
- Wanna Contribute to Open Source Repositories π
- Looking for help on AWS
- Make Some cool Projects in Flask β¨
- Learn about deployement π₯
"""