Skip to content

Namratha2301/linktree-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Linktree clone

A Streamlit app to store all your personal links, similar to Linktr.ee.

Demo App

Streamlit App

Screenshot 2024-10-29 at 8 33 12 PM

Streamlit App

Getting Started

Follow these steps to set up your own Streamlit links page:

Step 1: Generate a copy of this repository and name it anything except your-username.github.io.

Step 2: Customize your links page by editing the streamlit_app.py file:

Step 3: Deploy to Streamlit Cloud

  1. Go to Streamlit Cloud and log in to your account.
  2. Click on the New app button.
  3. Select the repository you created in the previous steps.
  4. Click on the Deploy! button.

After a few moments, your new links page should be accessible.

import streamlit as st
from st_functions import st_button, load_css
from PIL import Image

load_css()

st.write("[![Star](https://img.shields.io/github/stars/dataprofessor/links.svg?logo=github&style=social)](https://github.com/Namratha2301/links)")

col1, col2, col3 = st.columns(3)
col2.image(Image.open('dp.png'))

st.header('Gowri Namratha Meedinti, CS Grad')
st.info('Cornell CS Grad; Versatile problem solver with a passion for creativity and innovation in data and technology.')

icon_size = 24

# GitHub Button
st_button('github', 'https://github.com/Namratha2301', 'My GitHub', icon_size)

# LinkedIn Button
st_button('linkedin', 'https://www.linkedin.com/in/namrathameedinti', 'Connect on LinkedIn', icon_size)

# Email Button
st_button('email', 'mailto:gm568@cornell.edu', 'Email Me', icon_size)



About

A Streamlit app to store all your personal links, similar to Linktr.ee.

Topics

Resources

Stars

Watchers

Forks