Skip to content

Commit 7e67da2

Browse files
Merge pull request #664 from lilyMaung/Limaleochan
Limaleochan
2 parents 7c1643a + 45602c4 commit 7e67da2

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

app.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ def team_aryan_ethan_richie():
7272
def team_sun_edm():
7373
return render_template('teams/sun_edm.html')
7474

75+
@app.route("/Limaleochan")
76+
def team_Limaleochan():
77+
return render_template('teams/Limaleochan.html')
7578

7679
@app.route('/jaime_edgarh')
7780
def team_jaime_edgarh():

static/img/LeoPrissberg.PNG

2.31 MB
Loading

static/img/Lily2025.jpeg

135 KB
Loading

templates/students_2025.html

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h1> Summer 2025 Cohort </h1>
420420
<img src="static/img/KevinPicture.png">
421421
</div>
422422
<div class="student-name"> Kevin Jijon </div>
423-
<div> School: Santa Monica College </div>
423+
<div> School: Santa Monica College </div>
424424
<p> What I'm looking for the most is to improve my professional skills and gain experience working on open
425425
source projects. </p>
426426
<a href="kev_kun_ye">Team Kevin, Kundyz & Ye Chan</a>
@@ -1154,7 +1154,7 @@ <h1> Summer 2025 Cohort </h1>
11541154
<div class="student-name"> Mario Jimenez </div>
11551155
<div> School: San Francisco State University </div>
11561156
<p> What I am looking for is to get real experinece open source project </p>
1157-
<a href=""></a>
1157+
<a href="Limaleochan"> Team: Limaleochan</a>
11581158
</div>
11591159
<div class="student-container">
11601160
<div>
@@ -1506,7 +1506,7 @@ <h1> Summer 2025 Cohort </h1>
15061506
<div class="student-name"> Chan Li</div>
15071507
<div>San Jose State University </div>
15081508
<p> I am looking forward to gian more expereince and learn to work with others</p>
1509-
<a href="nat_uts">Team page (leave blank until Module 5 when you will be assigned to your teams)</a>
1509+
<a href="Limaleochan"> Team: Limaleochan</a>
15101510
</div>
15111511
<div class="student-container">
15121512
<div>
@@ -1618,6 +1618,31 @@ <h1> Summer 2025 Cohort </h1>
16181618
<p> I look forward to working with others and gaining expereince.</p>
16191619
</div>
16201620
</div>
1621+
1622+
<div class="student-container">
1623+
<div>
1624+
<img src="static/img/Lily2025.jpeg">
1625+
</div>
1626+
<div class="student-name" style="color: hotpink;"> Myint Mo Maung Maung (Lily)</div>
1627+
<br>
1628+
<b>School: San Jose State University</b>
1629+
<div></div>I want to get an internship as soon as possible and work on different projects to gain experience.</div>
1630+
<br>
1631+
<a href="Limaleochan">Limaleochan</a>
1632+
</div>
1633+
1634+
<div class="student-container">
1635+
<div>
1636+
<img src="static/img/LeoPrissberg.PNG">
1637+
</div>
1638+
<div class="student-name"> Leo Prissberg </div>
1639+
<div> School: California State University Monterey Bay </div>
1640+
<p> I am looking forward to imporving my programming skills in a large open source project and networking with
1641+
other developers.
1642+
</p>
1643+
<a href="Limaleochan">Team Page! </a>
1644+
</div>
1645+
16211646
</body>
16221647

16231648
</html>

templates/teams/Limaleochan.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html>
2+
<head>
3+
<h1 style="color:gold">HI! Our group name is "Limaleochan"</h1>
4+
<h2>These are our group members!</h2>
5+
<li>Myint Mo Maung Maung</li>
6+
<li>Mario Jimenez</li>
7+
<li>Leo Prissberg</li>
8+
<li>Chan Li</li>
9+
</head>
10+
11+
<body>
12+
<div>We all study computer science and live in CA</div>
13+
</body>
14+
15+
</html>

0 commit comments

Comments
 (0)