Skip to content

itmo-wad/chirravuri_krishna_chaitanya-hw2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Profile Page Project

Welcome to the Profile Page Project! This project is a Flask-based web application that showcases a static profile page. It offers a seamless experience for users to view and customize their profiles. Below, you'll find an overview of the project structure, instructions on how to run it, and guidance on customization.

Project Structure

The project structure includes the following components:

  • app.py: This Python script powers the Flask application, handling routes and logic.
  • templates/: This directory houses HTML templates.
    • profile.html: The HTML file defining the structure of the profile page.
  • static/: This directory contains static files, such as CSS and images.
    • css/: Here, you'll find CSS files for styling.
      • styles.css: This file dictates the visual presentation of the profile page.
    • profile_image.jpg: The default profile image provided for users.

How to Run

To get the project up and running on your local machine, follow these steps:

  1. Ensure you have Python installed.
  2. Clone this repository to your local environment.
  3. Open your terminal and navigate to the project directory.
  4. Install Flask by running: pip install flask.
  5. Launch the Flask application with the command: python app.py.
  6. Once the application is running, open your web browser and visit http://127.0.0.1:5000/ to access the profile page.

Customization

Feel free to personalize the profile page according to your preferences. You can customize the HTML and CSS files located in the templates and static directories respectively. The profile.html file can be modified to update the content and structure of the profile page, while the styles.css file allows you to adjust the visual appearance.

Credits

This Profile Page Project is brought to you by Chirravuri Krishna Chaitanya. Thank you for using and exploring this application!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published