-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdummy.html
37 lines (25 loc) · 1.17 KB
/
dummy.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
<div class="box">
<div class="webContent">
<div class="webContentTop">
<div >
<a href="https://kavaskar786.github.io/frnds_app_2/" class="wrapperLink Indicator" target="_blank" ></a>
</div>
<a href="https://github.com/kavaskar786/frnds_app_2.git" class="live" target="_blank" ><span>LIVE</span></a>
<a href="https://kavaskar786.github.io/frnds_app_2/" class="wrapperLink" target="_blank" ><i class="uil uil-github-alt"></i></a>
</div>
<div class="contentImg">
<a href="https://kavaskar786.github.io/frnds_app_2/" target="_blank"><img src="./projects/friendsApp.png" class="contentImage"></a>
</div>
<div class="wrapperText">
<h2 class="title">
Friends' Contacts App
</h2>
<p>A friends' list application where a user can add friends from the input field, i utilised JS DOM manipulation to come up with this application</p>
<div class="software">
<span>Html</span>
<span>SCSS</span>
<span>Javascript</span>
</div>
</div>
</div>
</div>