-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversioncontrol.html
43 lines (39 loc) · 1.74 KB
/
versioncontrol.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Version Control</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<div class="container mt-4">
<h1>Version Control</h1>
<p>This section covers my journey and experiences in version control.</p>
<!-- <h2>3-1 Semester:</h2>
<ul>
<li>Exploration of PHP and MySQL.</li>
<li>Resumed learning Flask.</li>
<li>Introduction to Canva for graphic design.</li>
<li>Attendance of bootcamps on HTML/CSS and SQL on YouTube.</li>
</ul>
<h2>3-2 Semester:</h2>
<ul>
<li>Learning ChatGPT and other AI tools.</li>
<li>Development of JVD Payment Storing Site for college.</li>
<li>Development of Results Portal for college.</li>
<li>Installation of Ubuntu and software like Adobe Premiere Pro and Adobe Photoshop.</li>
<li>Application for internship at Infosys Springboard for Angular Developer.</li>
<li>Setup and building of LinkedIn profile.</li>
<li>Learning Docker, Kubernetes, and OpenShift on Coursera.</li>
<li>Deployment of Results Portal online.</li>
</ul> -->
<!-- Add more content as needed -->
<article>
<p>2-1 Semester: Introduction to Git and GitHub, including practical experience in project collaboration.</p>
<p>3-1 Semester: Continuing to work with Git and GitHub Essentials course on Coursera.</p>
</article>
</div>
</body>
</html>