8000 Profile Updates · devashishg/devashishg.github.io@a179f55 · GitHub
[go: up one dir, main page]

Skip to content

Commit a179f55

Browse files
committed
Profile Updates
1 parent 47a0c6c commit a179f55

File tree

3 files changed

+34
-40
lines changed

3 files changed

+34
-40
lines changed

css/slider/slider.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,24 +167,24 @@ nav ul > li {
167167

168168

169169
.imaging {
170+
170171
opacity: 1;
171172
display: block;
172-
width: 100%;
173+
position:relative;
174+
width: 300px;
173175
height: auto;
174176
transition: .5s ease;
175177
backface-visibility: hidden;
176-
border: 10px solid #145236;
178+
border: 5px solid #145236;
177179
border-radius: 300px;
178-
border-top-style: none;
180+
border-top-style: solid;
179181
border-right-style: none;
180182
border-left-style: none;
181183
border-bottom-style: solid;
182184
align-self: center;
183185
}
184186

185-
#myimg{
186187

187-
}
188188

189189
.middle {
190190
transition: .5s ease;
@@ -194,6 +194,7 @@ nav ul > li {
194194
-ms-transform: translate(-50%, -50%);
195195
left: 50%;
196196
top: 50%;
197+
z-index: 10;
197198
}
198199

199200
.contain{

index.html

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -135,29 +135,25 @@ <h3 class="box">Nice to see you here.</h3>
135135
<a href="media/resume.pdf" style="text-decoration:none" id="about" target="_blank">Resume&nbsp; <i class="material-icons">cloud_download</i></a>
136136
</div>
137137

138-
<section class="py-5" id="aboutme">
139-
<div class="container-fluid extrapadd">
140-
<div class="row justify-content-md-center">
141-
142-
<div class="col col-lg contain">
143-
144-
<div class="container" id="myimg">
145-
<div class="middle">
146-
<div style="font-family: 'Arya', sans-serif; font-size:20px">Hey, I'm Devashish</div><br/>
147-
<a href="#contact" class="text" class="myButton" style="text-decoration:none;border-radius:50px;">Wanna_Contact</a>
148-
</div>
149-
<img src="media/me.png" alt="Avatar" class="imaging">
150-
</div>
138+
<section class="py-4" id="aboutme">
139+
<div class="container-fluid px-4">
140+
<div class="row">
151141

142+
<div class="col-lg-3 my-auto">
143+
<div id="myimg" class="my-2">
144+
<div class="middle" style="font-family: 'Arya', sans-serif; font-size:20px">Hey, I'm Devashish<br><br>
145+
<a href="#contact" class="text" style="text-decoration:none;border-radius:50px;">Wanna_Contact</a>
146+
</div>
147+
<img src="media/me.png" alt="Avatar" class="imaging mx-auto">
148+
</div>
152149
</div>
153150

154-
<div class="col col-lg-6">
151+
152+
<div class="col-lg-9">
155153
<div class="card">
156154
<div class="typingStyle">
157-
<!-- <span style="text-decoration:none;color:#ffffff;" class="typewrite" data-period="2000" data-type='[ "नमस्ते", "Kon`nichiwa","Bonjour", "Hola","Nǐ hǎo","Hallo","Ciao"]'/>
158-
-->
159155
कुछ मेरे बारे में....<br/>
160-
It's me...
156+
It's me...
161157
</div>
162158
<div class="textAbout">
163159
Devashish Gupta, I am from Jhansi.I am a Computer Science/Information Technoloy Student. I am enthusiast for Coding, working on different project and building cool stuff.I also does competitive coding.<br/>I have written codes in <span style="text-decoration:none;color:#ff7575;" class="typewrite" data-period="2000" data-type='[ "C/C++.", "Java.", "Php.","Python.","JavaScript.","TypeScript.","Dart."]'>
@@ -167,15 +163,12 @@ <h3 class="box">Nice to see you here.</h3>
167163
For me learning by working is always better than working by learning because that impacts.
168164
Apart from technoloy i am a music addict,loves listening hindi/english/punjabi songs,I enjoys playing different outdoor games like Cricket, volleyball, badminton etc.I have also great enthusiasm for gadgets/mobile-devices like headphones, handset, laptops etc.
169165
I am a casual reader also,enjoys reading story book but Audio-books are something that I usually prefers instead-of reading.
170-
<br/>
171-
172-
173-
</div>
174-
</div>
166+
<br/></div>
167+
</div>
168+
175169
</div>
176-
177-
</div>
178170
</div>
171+
</div>
179172
</section>
180173

181174

@@ -225,7 +218,7 @@ <h1 style="align-self:center;font-size:40px;font-family:'Arya', sans-serif;text-
225218
<a class="rig-cell" href="#">
226219
<img class="rig-img" src="media/projects/laptop.png" />
227220
<span class="rig-overlay"> </span>
228-
<span class="rig-text"><b><u>Couex.com</u></b><br/><br/> A website with Integerated php feedback System.</span>
221+
<span class="rig-text"><b><u>News feed</u></b><br/><br/> A web application for getting the latest news from various sources.</span>
229222
</a>
230223
</li>
231224
<li>

js/main.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@ function drawBasic() {
9595

9696
var data = google.visualization.arrayToDataTable([
9797
['Skill', 'Rating',],
98-
['Java', 70],
99-
['javascript/TypeScript', 25],
100-
['C/C++', 35],
101-
['Python3', 60],
102-
['Angular6', 20],
103-
['Php', 25],
104-
['SQL', 50],
105-
['Android_Development', 60],
98+
['Javascript/TypeScript', 60],
99+
['Java', 50],
100+
['C/C++', 30],
101+
['Python3', 30],
102+
['Angular8', 75],
103+
['Nodejs', 60],
104+
['MongoDB', 50],
105+
['Flutter/Dart', 60],
106+
['Native_Android', 60],
106107
['Data Structures/Algorithm', 55],
107-
['Node/Npm',25],
108-
['Git',50]
108+
['Git',65],
109109
]);
110110

111111
var options = {

0 commit comments

Comments
 (0)
0