Skip to content

Created a team page for Nic and Raul #550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,3 +399,7 @@ def team_nam_dylan_brandon():
def team_Jane_Dane_Steven():
return render_template('teams/Jane_Dane_Steven.html')

@app.route("/nic_raul")
def team_nic_raul():
return render_template('teams/nic_raul.html')

12 changes: 11 additions & 1 deletion templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,15 @@ <h1> Summer 2025 Cohort </h1>
<p> I look forward to learning a new language/framework and also getting to work with cool people. Booyah.</p>
<a href="jason_joshua_yvonna">Team: Joshua Linang & Yvonna Mellado"</a>
</div>

<div class="student-container">
<div>
<img src=""/>
</div>
<div class="student-name"> Raul Jimenez </div>
<div> School: California State University Long Beach </div>
<p> I look forward to working on my first open source project! </p>
<a href="nic_raul">Team page</a>
</div>
<div class="student-container">
<div>
<img src="">
Expand Down Expand Up @@ -882,5 +890,7 @@ <h1> Summer 2025 Cohort </h1>
<a href=Team page</a>
</div>



</body>
</html>
8 changes: 8 additions & 0 deletions templates/teams/nic_raul.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
We are both juniors at CSULB.
</body>
</html>