Difference between revisions of "2324T2 Silicon Valley/Participant Information/Sylvia Goh"
Jump to navigation
Jump to search
(Sylvia.goh.2020 changed the content model of the page 2324T2 Silicon Valley/Participant Information/Sylvia Goh from "wikitext" to "CSS": Customisabilty) Tag: content model change |
|||
Line 1: | Line 1: | ||
+ | /* CSS */ | ||
+ | .custom-title { | ||
+ | font-family: 'Segoe Script'; | ||
+ | color: #336699; | ||
+ | } | ||
− | { | + | .title-large { |
− | + | font-size: 32px; | |
+ | } | ||
− | + | .title-medium { | |
+ | font-size: 24px; | ||
+ | } | ||
− | + | .bold-text { | |
− | + | font-weight: bold; | |
− | + | } | |
− | |||
− | |||
− | |||
− | + | .inline-image { | |
− | + | display: inline-block; | |
+ | vertical-align: middle; | ||
+ | margin-right: 10px; | ||
+ | } | ||
− | + | <!-- HTML --> | |
+ | <h2 class="custom-title title-large">About Me</h2> | ||
− | + | <p><span class="bold-text">SMU email:</span> sylvia.goh.2020@scis.smu.edu.sg</p> | |
+ | <p><span class="bold-text">Linkedin:</span> <a href="https://www.linkedin.com/in/sylvia-goh/">https://www.linkedin.com/in/sylvia-goh/</a></p> | ||
+ | <p><span class="bold-text">Academic Year:</span> Year 4 (2023)</p> | ||
+ | <p><span class="bold-text">Degree:</span> BSc Computing & Law</p> | ||
+ | <p><span class="bold-text">Second major:</span> Cybersecurity</p> | ||
+ | <img src="path_to_Sylvia.jpg" alt="Sylvia's Image" class="inline-image"> | ||
− | + | <h2 class="custom-title title-medium">Why TSM?</h2> | |
+ | <p><span class="bold-text">What motivates you to join TSM?</span></p> | ||
+ | <p>Your content here...</p> | ||
− | + | <h2 class="custom-title title-medium">Starting a business</h2> | |
+ | <p><span class="bold-text">What types of business interest you?</span></p> | ||
+ | <p>Your content here...</p> | ||
− | + | <h2 class="custom-title title-medium">Past Experiences</h2> | |
− | + | <p><span class="bold-text">Internships:</span></p> | |
− | + | <ul> | |
− | + | <li>NCS - Security Operations Center Engineer (May - Dec 2023)</li> | |
− | + | </ul> | |
− | + | <p><span class="bold-text">CCA:</span></p> | |
− | + | <ul> | |
− | + | <li>SMU Product Club - Events Director (Dec 2022 - Dec 2023)</li> | |
− | + | <!-- Add other CCA items here --> | |
− | + | </ul> | |
− | + | <p><span class="bold-text">Other Activities:</span></p> | |
− | + | <ul> | |
− | + | <li>HUAWEI CLOUDSPARK Hackathon (Mar 2022)</li> | |
− | + | <!-- Add other activities here --> | |
− | + | </ul> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:27, 30 October 2023
/* CSS */ .custom-title { font-family: 'Segoe Script'; color: #336699; } .title-large { font-size: 32px; } .title-medium { font-size: 24px; } .bold-text { font-weight: bold; } .inline-image { display: inline-block; vertical-align: middle; margin-right: 10px; } <!-- HTML --> <h2 class="custom-title title-large">About Me</h2> <p><span class="bold-text">SMU email:</span> sylvia.goh.2020@scis.smu.edu.sg</p> <p><span class="bold-text">Linkedin:</span> <a href="https://www.linkedin.com/in/sylvia-goh/">https://www.linkedin.com/in/sylvia-goh/</a></p> <p><span class="bold-text">Academic Year:</span> Year 4 (2023)</p> <p><span class="bold-text">Degree:</span> BSc Computing & Law</p> <p><span class="bold-text">Second major:</span> Cybersecurity</p> <img src="path_to_Sylvia.jpg" alt="Sylvia's Image" class="inline-image"> <h2 class="custom-title title-medium">Why TSM?</h2> <p><span class="bold-text">What motivates you to join TSM?</span></p> <p>Your content here...</p> <h2 class="custom-title title-medium">Starting a business</h2> <p><span class="bold-text">What types of business interest you?</span></p> <p>Your content here...</p> <h2 class="custom-title title-medium">Past Experiences</h2> <p><span class="bold-text">Internships:</span></p> <ul> <li>NCS - Security Operations Center Engineer (May - Dec 2023)</li> </ul> <p><span class="bold-text">CCA:</span></p> <ul> <li>SMU Product Club - Events Director (Dec 2022 - Dec 2023)</li> <!-- Add other CCA items here --> </ul> <p><span class="bold-text">Other Activities:</span></p> <ul> <li>HUAWEI CLOUDSPARK Hackathon (Mar 2022)</li> <!-- Add other activities here --> </ul>