|
|
Line 1: |
Line 1: |
| <div class="container">
| | {{StudentCard |
| <div class="row">
| | | name = John Doe |
|
| | | image = https://example.com/john_doe.jpg |
| <div class="col-md-3 col-sm-6">
| | | description = A passionate student in robotics and AI. |
| {{StudentCard
| | | more_info = https://example.com/john_doe_profile |
| | name = John Doe
| | | linkedin = https://linkedin.com/in/johndoe |
| | image = https://www.google.com/url?sa=i&url=https%3A%2F%2Fhumans-in-space.jaxa.jp%2Fen%2Fbiz-lab%2Fnews%2Fdetail%2F004234.html&psig=AOvVaw07AR_BsP_yWQfrPraNFxLd&ust=1743425359638000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCKDL5JSus4wDFQAAAAAdAAAAABAE
| | }} |
| | description = A passionate student in robotics and AI.
| |
| | more_info = https://example.com/john_doe_profile
| |
| | linkedin = https://linkedin.com/in/johndoe
| |
| }}
| |
| </div>
| |
| | |
| <div class="col-md-3 col-sm-6">
| |
| {{StudentCard
| |
| | name = Jane Smith
| |
| | image = https://example.com/jane_smith.jpg
| |
| | description = Expert in space science and programming.
| |
| | more_info = https://example.com/jane_smith_profile
| |
| | linkedin = https://linkedin.com/in/janesmith
| |
| }}
| |
| </div>
| |
| | |
| <div class="col-md-3 col-sm-6">
| |
| {{StudentCard
| |
| | name = Alice Johnson
| |
| | image = https://example.com/alice_johnson.jpg
| |
| | description = AI and ML enthusiast.
| |
| | more_info = https://example.com/alice_johnson_profile
| |
| | linkedin = https://linkedin.com/in/alicejohnson
| |
| }}
| |
| </div>
| |
| | |
| <div class="col-md-3 col-sm-6">
| |
| {{StudentCard
| |
| | name = Bob Williams
| |
| | image = https://example.com/bob_williams.jpg
| |
| | description = Passionate about software engineering.
| |
| | more_info = https://example.com/bob_williams_profile
| |
| | linkedin = https://linkedin.com/in/bobwilliams
| |
| }}
| |
| </div>
| |
| | |
| </div>
| |
| </div>
| |