-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
164 lines (145 loc) · 9.32 KB
/
project.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style.css" rel="stylesheet" />
<title>Projects | NehaShanbhag</title>
</head>
<body>
<nav class="navigation container">
<div class="nav-brand">
<a style="color:white; text-decoration: none; "href="index.html">MyPortfolio</a>
</div>
<ul class="list-non-bullet nav-pills">
<li class="list-item-inline">
<a class="link" href="index.html">Home</a>
</li>
<li class="list-item-inline">
<a class="link link-active" href="project.html">Projects</a>
</li>
<li class="list-item-inline">
<a class="link" href="blog.html">Blogs</a>
</li>
</ul>
</nav>
<header class="hero">
<h1 class="hero-heading">Talk is cheap <span class="heading-inverted"> see my Code</span></h1>
</header>
<ul class="list-non-bullet">
<li class="section section-lightgray">
<article class="showcase-list container container-center ">
<h1>What's your Profit today?! </h1>
<h5>August 2021 <span class="mark">Mark14</span></h5>
<p>A web app to know if you are in profit or in loss with your stocks</p>
<a class="link secondary-link" href="https://stockprofitlossns.netlify.app/">Live Project</a>
<a class="link secondary-link" href="https://github.com/nshanbhag20001412/StockProfitLoss">View Source</a>
</article>
</li>
<li class="section">
<article class="showcase-list container container-center ">
<h1>Are you a Palindrome Baby?</h1>
<h5>August, 2021<span class="mark">Mark13</span></h5>
<p>Worked with vanillajs </p>
<a class="link primary-link" href="https://palindromebirthdayns.netlify.app/">Live Project</a>
<a class="link primary-link" href="https://github.com/nshanbhag20001412/PalindromeBirthday">View Source</a>
</article>
</li>
<li class="section section-lightgray">
<article class="showcase-list container container-center ">
<h1>Fun With Triangles</h1>
<h5>August 2021 <span class="mark">Mark12</span></h5>
<p>Fun app on triangles,learnt usuage of formdata() and for-of</p>
<a class="link secondary-link" href="https://funwithtrianglesns.netlify.app/">Live Project</a>
<a class="link secondary-link" href="https://github.com/nshanbhag20001412/FunWithTriangles">View Source</a>
</article>
</li>
<li class="section">
<article class="showcase-list container container-center ">
<h1>Is your Birthday Lucky?</h1>
<h5>August 2021<span class="mark">Mark11</span></h5>
<p>A <b>vanillajs</b> fun app to check whether your birthday is lucky </p>
<a class="link primary-link" href="https://isyourbirthdayluckyns.netlify.app/">Live Project</a>
<a class="link primary-link" href="https://github.com/nshanbhag20001412/Mark-11">View Source</a>
</article>
</li>
<li class="section section-lightgray">
<article class="showcase-list container container-center ">
<h1>Cash Register Manager</h1>
<h5>August 2021 <span class="mark">Mark10</span></h5>
<p>An app which help to find out the toal cash to be return when given cash is greater than Bill amount using <strong>javascript</strong>.</p>
<a class="link secondary-link" href="https://cashregistermanagerns.netlify.app/">Live Project</a>
<a class="link secondary-link" href="https://github.com/nshanbhag20001412/Cash_Register_Manager">View Source</a>
</article>
</li>
<li class="section">
<article class="showcase-list container container-center ">
<h1>Tools for Developer Recomendation App</h1>
<h5>August 2021<span class="mark">Mark09</span></h5>
<p><strong>React Js</strong> Tools recomendation App for developers.Tools like extenstions,colorPallete and so on.</p>
<a class="link primary-link" href="https://zdwe7.codesandbox.io/">Live Project</a>
<a class="link primary-link" href="https://github.com/nshanbhag20001412/tools_for_developer">View Source</a>
</article>
</li>
<li class="section section-lightgray">
<article class="showcase-list container container-center ">
<h1>Emoji Interpreter</h1>
<h5>August 2021<span class="mark">Mark08</span></h5>
<p><strong>React Js</strong> app to know about Emojis related to summer season.</p>
<a class="link secondary-link" href="https://n64q9.codesandbox.io/">Live Project</a>
<a class="link secondary-link" href="https://github.com/nshanbhag20001412/Emoji-Interpreter">View Source</a>
</article>
</li>
<li class="section">
<article class="showcase-list container container-center ">
<h1>MorseCode</h1>
<h5>July 2021<span class="mark">Mark07</span></h5>
<p>After seeing the hindi movie "Raazi", i was facinated by the communication that took place through morse method. Recently I got my hands dirty with <strong>vanillajs</strong>, so i build a web app for morse encoding with the help of vanillajs. </p>
<a class="link primary-link" href="https://morsecodeapp.netlify.app/">Live Project</a>
<a class="link primary-link" href="https://github.com/nshanbhag20001412/morse_code_app">View Source</a>
</article>
</li>
<li class="section section-lightgray">
<article class="showcase-list container container-center ">
<h1>Talk Minion</h1>
<h5>July 2021<span class="mark">Mark06</span></h5>
<p><strong>GUI:Graphical User Interface</strong> simply means interaction of the user through graphical parts with different electronic devices.Introducing a small GUI app made with vanillajs to speak minion language. </p>
<a class="link secondary-link" href="https://minionspot.netlify.app/">Live Project</a>
<a class="link secondary-link" href="https://github.com/nshanbhag20001412/bananaspeak">View Source</a>
</article>
</li>
<li class="section" >
<article class="showcase-list container container-center ">
<h1>KnowYourColours</h1>
<h5>May,2021<span class="mark">Mark02</span></h5>
<p>Colour is a property of light as seen by people.In some places its is spelled as <strong>“color”</strong> while in others it is <strong>“colour” </strong>. Colours which cannot be made by mixing other colours are know as <strong>"Primary colours"</strong>. Mixing these primary colours gives us <strong>Secondary colors</strong>. Here's a CLI bsed app to check your knowledge about colours!</p>
<a class="link primary-link" href="https://replit.com/@NehaShanbhag1/Quiz?embed=1&output=1">Live Project</a>
<a class="link primary-link" href="https://github.com/nshanbhag20001412/CLIapp_colourquiz">View Source</a>
</article>
</li>
<li class="section section-lightgray">
<article class="showcase-list container container-center ">
<h1>Do you Know me!</h1>
<h5>May, 2020<span class="mark">Mark01</span></h5>
<p>What a CLI? Going by its full fullform <strong>"Command Line Interface"</strong> processes commands to a computer program in the form of lines of text. The program handling the interface is called a command-line interpreter or command-line processor. Here's me learning CLI and a small CLI app to test your knowledge about me. </p>
<a class="link secondary-link" href="https://replit.com/@NehaShanbhag1/CLIappknowme?embed=1&output=1">Live Project</a>
<a class="link secondary-link" href="https://github.com/nshanbhag20001412/CLIapp_knowme">View Source</a>
</article>
</li>
<li class="section" >
<article class="showcase-list container container-center ">
<h1>PortfolioWebsite</h1>
<h5>May,2021<span class="mark">Mark03</span><span class="mark">Mark04</span><span class="mark">Mark05</span></h5>
<p>Here's a website based on pure HTML and CSS to showcase your portfolio.</p>
<a class="link primary-link" href="https://nehashanbhag.netlify.app/">Live Project</a>
<a class="link primary-link" href="https://github.com/nshanbhag20001412/NehaShanbhagPortfolio">View Source</a>
</article>
</li>
</ul>
<footer class="footer">
<a class="link " href="https://github.com/nshanbhag20001412">Github</a> </li>
<a class="link " href="https://twitter.com/NehaShanbhag14">Twitter</a> </li>
<a class="link " href="https://www.linkedin.com/in/neha-shanbhag-866649175">LinkedIn</a> </li>
</footer>
</body>
</html>