8000 Add check-in project, update banners · devashishg/devashishg.github.io@7196e8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7196e8f

Browse files
committed
Add check-in project, update banners
1 parent 1de4e41 commit 7196e8f

12 files changed

+48
-172
lines changed

css/github.css

Lines changed: 0 additions & 165 deletions
This file was deleted.

css/slider/slider.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,32 @@
2323
border-radius: 6px;
2424
}
2525

26+
.box-right {
27+
width: fit-content;
28+
background: #cff9d9;
29+
padding: 20px;
30+
text-align: center;
31+
font-weight: 500;
32+
font-family: "Arya", sans-serif;
33+
color: #3a7648;
34+
position: relative;
35+
border-radius: 6px;
36+
}
37+
38+
.box-right:after {
39+
content: "";
40+
width: 3px;
41+
height: 0px;
42+
position: absolute;
43+
border-left: 10px solid transparent;
44+
border-right: 10px solid transparent;
45+
border-top: 25px solid #cff9d9;
46+
border-bottom: 10px solid transparent;
47+
right: 1px;
48+
top: 68px;
49+
border-radius: 6px;
50+
}
51+
2652
a {
2753
text-decoration: none;
2854
color: #ffffff;
@@ -89,6 +115,12 @@ nav ul > li {
89115
margin-left: 40%;
90116
}
91117

118+
.carousel-caption-left {
119+
position: absolute;
120+
top: 28%;
121+
margin-left: 20%;
122+
}
123+
92124
.typingStyle {
93125
font-family: "Arya", sans-serif;
94126
text-shadow: 2px 2px 4px #808080;

index.html

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta property="og:type" content="website" />
88
<meta property="og:title" content="Devashish Gupta" />
99
<meta property="og:description" content="Devashish Gupta personal profile" />
10-
<meta property="og:image" content="https://devashishg.github.io/media/me.jpeg" />
10+
<meta property="og:image" content="https://devashishg.github.io/media/a.png" />
1111

1212
<title>Home</title>
1313

@@ -26,7 +26,11 @@
2626

2727
<!-- Github calender-->
2828
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
29-
<link rel="stylesheet" href="css/github.css" />
29+
<link
30+
rel="stylesheet"
31+
href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"
32+
/>
33+
<!-- <link rel="stylesheet" href="css/github.css" /> -->
3034
</head>
3135

3236
<body>
@@ -78,24 +82,24 @@ <h1><b>&ltदेवाशीष/&gt</b></h1>
7882

7983

8084
<div class="carousel-inner" role="listbox">
81-
<div class="carousel-item active" style="background-image: url('media/cover.png')">
85+
<div class="carousel-item active" style="background-image: url('media/g3.png')">
8286
<div class="carousel-caption d-none d-md-block">
8387
<div class="chat">
8488
<h3 class="box">Hey, It's me</h3>
8589
</div>
8690
</div>
8791
</div>
88-
<div class="carousel-item" style="background-image: url('media/smiley.png')">
92+
<div class="carousel-item" style="background-image: url('media/g2.png')">
8993
<div class="carousel-caption d-none d-md-block">
9094
<div class="chat">
9195
<h3 class="box">How you are doing?</h3>
9296
</div>
9397
</div>
9498
</div>
95-
<div class="carousel-item" style="background-image: url('media/cover.png')">
96-
<div class="carousel-caption d-none d-md-block">
99+
<div class="carousel-item" style="background-image: url('media/g1.png')">
100+
<div class="carousel-caption-left d-none d-md-block">
97101
<div class="chat">
98-
<h3 class="box">Nice to see you here. 🙏🏻</h3>
102+
<h3 class="box-right">Nice to see you here. 🙏🏻</h3>
99103
</div>
100104
</div>
101105
</div>
@@ -203,6 +207,11 @@ <h3 class="box">Nice to see you here. 🙏🏻</h3>
203207
<span class="rig-text"><b><u>Smart Peon</u></b><br /><br />A Bluetooth module based School ring-bell
204208
Application, to schedule bell.</span>
205209
</a>
210+
<a class="rig-cell my-3" target="_blank" href="https://drive.google.com/file/d/1LWrrqQF_J3E0_7vaz8cWBYoP8rblj-vO/view?usp=drivesdk">
211+
<img class="rig-img" src="media/projects/Check_in.jpg" />
212+
<span class="rig-overlay"></span>
213+
<span class="rig-text"><u><b>Check-in Application</b></u><br /><br />Flutter check-in app for users, check-in to any location and save the data locally.</span>
214+
</a>
206215
<a class="rig-cell my-3" href="#">
207216
<img class="rig-img" src="media/projects/smartphone.png" />
208217
<span class="rig-overlay"></span>
File renamed without changes.

media/DevashishGupta.pdf

41.3 KB
Binary file not shown.

media/cover.png

-10.6 KB
Binary file not shown.

media/g1.png

671 KB
Loading

media/g2.png

997 KB
Loading

media/g3.png

713 KB
Loading

media/projects/Check_in.jpg

126 KB
Loading

media/resume.pdf

-37.6 KB
Binary file not shown.

media/smiley.png

-1.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)
0