Skip to content
Merged
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
3 changes: 3 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ def team_aryan_ethan_richie():
def team_sun_edm():
return render_template('teams/sun_edm.html')

@app.route("/Limaleochan")
def team_Limaleochan():
return render_template('teams/Limaleochan.html')

@app.route('/jaime_edgarh')
def team_jaime_edgarh():
Expand Down
Binary file added static/img/LeoPrissberg.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Lily2025.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 28 additions & 3 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ <h1> Summer 2025 Cohort </h1>
<img src="static/img/KevinPicture.png">
</div>
<div class="student-name"> Kevin Jijon </div>
<div> School: Santa Monica College </div>
<div> School: Santa Monica College </div>
<p> What I'm looking for the most is to improve my professional skills and gain experience working on open
source projects. </p>
<a href="kev_kun_ye">Team Kevin, Kundyz & Ye Chan</a>
Expand Down Expand Up @@ -1154,7 +1154,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Mario Jimenez </div>
<div> School: San Francisco State University </div>
<p> What I am looking for is to get real experinece open source project </p>
<a href=""></a>
<a href="Limaleochan"> Team: Limaleochan</a>
</div>
<div class="student-container">
<div>
Expand Down Expand Up @@ -1506,7 +1506,7 @@ <h1> Summer 2025 Cohort </h1>
<div class="student-name"> Chan Li</div>
<div>San Jose State University </div>
<p> I am looking forward to gian more expereince and learn to work with others</p>
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams)</a>
<a href="Limaleochan"> Team: Limaleochan</a>
</div>
<div class="student-container">
<div>
Expand Down Expand Up @@ -1618,6 +1618,31 @@ <h1> Summer 2025 Cohort </h1>
<p> I look forward to working with others and gaining expereince.</p>
</div>
</div>

<div class="student-container">
<div>
<img src="static/img/Lily2025.jpeg">
</div>
<div class="student-name" style="color: hotpink;"> Myint Mo Maung Maung (Lily)</div>
<br>
<b>School: San Jose State University</b>
<div></div>I want to get an internship as soon as possible and work on different projects to gain experience.</div>
<br>
<a href="Limaleochan">Limaleochan</a>
</div>

<div class="student-container">
<div>
<img src="static/img/LeoPrissberg.PNG">
</div>
<div class="student-name"> Leo Prissberg </div>
<div> School: California State University Monterey Bay </div>
<p> I am looking forward to imporving my programming skills in a large open source project and networking with
other developers.
</p>
<a href="Limaleochan">Team Page! </a>
</div>

</body>

</html>
15 changes: 15 additions & 0 deletions templates/teams/Limaleochan.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<html>
<head>
<h1 style="color:gold">HI! Our group name is "Limaleochan"</h1>
<h2>These are our group members!</h2>
<li>Myint Mo Maung Maung</li>
<li>Mario Jimenez</li>
<li>Leo Prissberg</li>
<li>Chan Li</li>
</head>

<body>
<div>We all study computer science and live in CA</div>
</body>

</html>