diff --git a/app.py b/app.py index ceb076e7..8b29ece6 100644 --- a/app.py +++ b/app.py @@ -4,6 +4,10 @@ app = Flask(__name__) +@app.route("/justin-qilan-k") +def justin_qilan_k(): + return render_template("teams/justin-qilan-k.html") + @app.route("/") def home(): return render_template('index.html') diff --git a/templates/students_2025.html b/templates/students_2025.html index 40fedf51..9247eea9 100644 --- a/templates/students_2025.html +++ b/templates/students_2025.html @@ -221,7 +221,7 @@

Summer 2025 Cohort

Justin Saminathen
School: San Jose State University

What I'm most looking forward to about the CodeDay Labs internship is gaining experience on open-source contributions as part of a team.

- Team page (leave blank until Module 5 when you will be assigned to your teams + Team page
diff --git a/templates/teams/justin-qilan-k.html b/templates/teams/justin-qilan-k.html new file mode 100644 index 00000000..ffb19548 --- /dev/null +++ b/templates/teams/justin-qilan-k.html @@ -0,0 +1,9 @@ + + + + + + We all like pork ramen. On weekends, on our free time, we play mobile games. + Our career goals are to be the best we could be as software engineers. + + \ No newline at end of file