-
Notifications
You must be signed in to change notification settings - Fork 0
/
project3.html
41 lines (40 loc) · 1.75 KB
/
project3.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
<div class="container ajax-container">
<div class="row">
<div class="col-lg-12">
<div class="header-area">
<h3 class="project-title">Presentation</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="owl-carousel owl-theme single-slideshow" data-autoplay="true" data-loop="true" data-nav="true" data-items="1">
<iframe src="//www.slideshare.net/slideshow/embed_code/key/shxq3uJAGyj4Nk" width="340" height="290" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none; max-width: 100%;" allowfullscreen> </iframe>
</div>
</div>
<div class="col-md-6">
<div class="project-details-info">
<h5 class="">Project Info:</h5>
<p>
Presentation on the topic "Stress Management"<br />
Includes:<br />
What is stress?<br />
What is stress management?<br />
Types of stress and their relaxation methods<br />
How to handle stress at the time of Interview<br />
How to handle stress at the workplace<br />
It also includes two videos which can be seen when you dowload the ppt and open it on your system
</p>
<h5 class="mt-5">Project Details:</h5>
<ul class="info-list">
<li>
<span>Technologies:</span>Microsoft Power Point
</li>
<li>
<span>Date:</span>23-03-2021
</li>
</ul>
</div>
</div>
</div>
</div>