-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
71 lines (63 loc) · 2.72 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Information : 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>Information Section</h2>
<p>Coursera Community Instructor.</p>
<h3>About the Projects</h3>
</div>
<!-- Info section -->
<div class="main">
<h2>Graphic design.</h2>
<ul>
<li><div style="height:60px;"><a href="https://www.coursera.org/projects/creating-designs-using-canva-uyxnh">Creating designs using Canva
</a></div></li>
<li><div style="height:60px;"><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></li>
<li><div style="height:60px;"><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></li></ul>
<hr><br>
<h2>Project Management.</h2>
<ul>
<li><div style="height:60px;"> <a href="https://coursera.org/projects/get-organized-with-trello-boards-nc0a6">Get organized with Trello Boards
</a></div></li></ul><hr><br>
<hr><br>
<h2>Data Science.</h2>
<ul>
<li><div style="height:60px;"> <a href="https://www.coursera.org/projects/basic-calculations-with-python-in-kaggle-wj8ni">Basic calculations with Python in Kaggle
</a></div></li></ul><hr><br>
<h2>Web design and development.</h2>
<ul>
<li><div style="height:60px;"><a href="https://www.coursera.org/learn/web-page-creation-by-editing-a-template-in-github-l78gz">Web page creation by editing a template in GitHub
</a></div></li>
<li><div style="height:60px;"><a href="https://www.coursera.org/projects/simple-web-page-creation-in-github">Simple Webpage Creation in GitHub
</a></div></li>
<li><div style="height:60px;"><a href="https://www.coursera.org/projects/creating-website-mockups-in-vectr">Creating Website Mockups in VECTR
</a></div></li></ul>
<br>
</div>
<br>
</div>
<div class="footer">
<p>© Created by <a href="contact.html" target="_blank">Saheli Basu</a>
</p>
</div>
</body>
</html>