-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (50 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Guided Projects</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<h1>Projects by <em>Saheli Basu</em></h1>
<p>Web Design & Development.</p>
</div>
<div class="navbar">
<a href="https://meharima.github.io/overview-community-guided-projects/">Overview</a>
<a href="info.html">More Info</a>
<a href="contact.html">Contact</a>
<a href="https://www.coursera.org/instructor/saheli-basu" class="right">Instructor's Page</a>
</div>
<div class="row">
<div class="side">
<h2>About Section</h2>
<h5>Photo:</h5>
<div class="img" style="height:250px;"><img src="avatar.png" style="height:250px;"></div>
<p>Coursera Community Instructor.</p><br><hr>
<h3>Other Projects</h3>
<p>Graphic design.</p>
<div class="img" style="height:60px;"><a href="https://www.coursera.org/projects/creating-designs-using-canva-uyxnh">Creating designs using Canva</a></div><br>
<div class="img" style="height:70px;"><a href="https://www.coursera.org/projects/creating-custom-vector-graphic-design-using-vectr-part1">Creating Custom Vector Graphic Design Using VECTR : Part I</a></div><br>
<div class="img" style="height:70px;"><a href="https://www.coursera.org/projects/create-improved-graphic-design-using-vectr-part-ii-cfb7f">Create Improved Graphic Design Using VECT : Part II</a></div>
</div>
<div class="main">
<h3>Web page creation by editing a template in GitHub</h3>
<h5>Creating a Webpage using HTML & CSS, <em>15-03-2021</em></h5>
<div class="img" style="height:250px;"><img src="img1.jpg" style="height:200px;"></div>
<p><a href="https://www.coursera.org/learn/web-page-creation-by-editing-a-template-in-github-l78gz">
Enrol from here</a></p>
<br>
<h3>Simple Webpage Creation in GitHub</h3>
<h5>Editing a Template and Creating a Webpage, <em>06-03-2021</em></h5>
<div class="img" style="height:250px;"><img src="img2.jpg" style="height:200px;"></div>
<p><a href="https://www.coursera.org/projects/simple-web-page-creation-in-github">Enrol from here</a></p>
</div>
</div>
<div class="footer">
<p>© Created by <a href="contact.html" target="_blank">Saheli Basu</a>
</p>
</div>
</body>
</html>