forked from avrgit/DLithe-Internship-Report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (116 loc) · 4.85 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Internship Report</title>
<!--CSS Style start --->
<!--Dont change the CSS unless you want to modify it -->
<style type="text/css">
#main-header{
text-align: center;
background-color: skyblue;
color: white;
padding: 10px;
}
#Aboutme-header{
text-align: center;
background-color: white;
color: black;
font-size: 38px;
padding: 10px;
}
#main-footer{
text-align: center;
background-color: skyblue;
color: white;
font-size: 18px;
padding: 10px;
width: 100%;
height: 10%;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
<!--CSS Style end --->
</head>
<body>
<!-- Headings -->
<header id="main-header">
<h1>My Internship with DLithe - www.dlithe.com</h1>
<h3>Month:July Year:2021</h3>
<h3>Mode: Online and Offline</h3>
<h3>Duration: 1 month</h3>
</header>
<!-- Paragraphs -->
<header id="Aboutme-header">
<h5>About me:</h5>
</header>
<!-- keep the profile pic in the same folder as your index.html file-->
<img src="myavtr.png" width="200" height="425" class="center">
<p>
I am <strong>Lore Epsum, Id:USN, student of Lorem Epsum Engineering College, Bengaluru, Comuter Science Engineering department,</strong> studying in 3rd year. I am passionate about technology trends and exploring different programming laguages to upskill towards industry needs.
Internship is an opprtunity for me to learn Domain, Technology, Process used in the industry. The outcome of internship is completion of proof of concept and publish it in github platform
</p>
<p>
Internship is an opprtunity for me to learn Domain, Technology, Process used in the industry. The outcome of internship is completion of proof of concept and publish it in github platform
</p>
<h5>About the company:</h5>
<p>
DLithe Consultancy Services Private Limited is Bengaluru based EdTech company, started in the year 2018. It is lead by industry professional with two decades of experience in the field of Information Technology - Product, Project Management, Engineering Excellence and Delivery, Customer Management, Humanr Resource management areas.
</p>
<p>
The company provides technology services such as platform migrations, application development and maintenance, product development. The company also provides competency development services to corporate and major academic institutions to build an agile workforce.
The company has 20+ technical consultants engaged in technical delivery. The company has recently built a mobile applicaiton for health care client
</p>
<h5>Internship Journey:</h5>
<p>
The internship was on <em><strong>Python programming and Data Science</strong></em>. I learnt about Python software installation, environment setup followed by programming using basics and advanced concepts such object oriented programming
</p>
<p>
I learnt about importance of data, data extraction, processing and visualisation. I learnt about using various datasets and run the alogorithms to discover the data patterns
</p>
<p>
I learnt about Banking & Finance, Insurance, Retail and other domain, understood the customer requirements, importance of customer experience. I learnt about importance of testing and development metodology using Agile sprint execution
</p>
<p>
I worked on proof of concept using Kaggle dataset to analyse Online Weather Data to predict the rainfall.
</p>
<!-- Un ordered Lists-->
<h6><em>Program Summary</em></h6>
<ul>
<li>Introduction to Programming</li>
<li>Python installation, Environment Setup</li>
<li>Basics of Python, Syntax, Datatypes, Variables</li>
<li>Loop, Functions</li>
<li>Numpy, Panda's</li>
<li>Working with various datasets</li>
<li>Data extraction, Processing, Visualisation</li>
<li>Industry overview, Agile development, Customer Experience</li>
</ul>
<p> By now, I know Python programming, alogorithms and basics of data science concepts.
Overall it was good experience to enhance my technical skills while I also learnt about domain and process. I look forward to implement these as I begin my career as software professional, soon.
</p>
<h5>Deliverables:</h5>
<!-- Ordered Lists-->
<ol>
<li>Github:<a href="https://google.com" target="_blank">My github</a></li>
<li>Linkedin:<a href="https://google.com" target="_blank">My Profile</a></li>
<li>Blog/Document link(Google Drive):<a href="https://google.com" target="_blank">My Blog/Report</a></li>
</ol>
<br>
<br>
<hr>
<br>
<br>
<footer id="main-footer">
<footer>
<p>End of Internship Report © 2021, My Name</p>
<p>My Name, email id, contact:99999 99999</p>
</footer>
<div style="margin-top: 50px"></div>
</body>
</html>