Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37b0511

Browse files
committed
Profile pic updated
1 parenta52d6f1 commit37b0511

File tree

8 files changed

+20
-107
lines changed

8 files changed

+20
-107
lines changed

‎.github/workflows/firebase-hosting-merge.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ jobs:
1818
firebaseServiceAccount:'${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4E6E3 }}'
1919
channelId:live
2020
projectId:portfolio-4e6e3
21-
env:
22-
FIREBASE_CLI_PREVIEWS:hostingchannels

‎.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Deploy to Firebase Hosting on PR
55
'on':pull_request
66
jobs:
77
build_and_preview:
8+
if:'${{ github.event.pull_request.head.repo.full_name == github.repository }}'
89
runs-on:ubuntu-latest
910
steps:
1011
-uses:actions/checkout@v2
@@ -14,5 +15,3 @@ jobs:
1415
repoToken:'${{ secrets.GITHUB_TOKEN }}'
1516
firebaseServiceAccount:'${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4E6E3 }}'
1617
projectId:portfolio-4e6e3
17-
env:
18-
FIREBASE_CLI_PREVIEWS:hostingchannels

‎firebase.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"hosting": {
3-
"public":"public",
3+
"site":"pankajkumar",
4+
"public":"v2/public",
45
"ignore": [
56
"firebase.json",
67
"**/.*",

‎index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<divclass="container about-div"style="">
156156
<divclass="row"style="">
157157
<divclass="col-sm col-sm-12 col-md-5 col-xl-5">
158-
<imgsrc="v2/public/assest/Images/Pankaj_Kumar.jpg"class="img-fluid img-responsive"alt="Profile Image">
158+
<imgsrc="v2/public/assest/Images/Pankaj_Kumar.png"class="img-fluid img-responsive"alt="Profile Image">
159159
</div>
160160
<divclass="col-sm col-sm-12 col-md-7 col-xl-7 container about-intro">
161161
<divclass="container about-intro-div">

‎public/index.html

Lines changed: 0 additions & 89 deletions
This file was deleted.
10.8 MB
Loading

‎v2/public/assest/css/index.css

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ nav li a
146146
}
147147
.rowdivimg
148148
{
149-
height:400px;
150-
width:350px;
149+
height:360px;
150+
width:360px;
151151
padding:15px;
152152
margin:15px;
153153
border-radius:48%;
@@ -170,8 +170,8 @@ nav li a
170170
{
171171
.rowdivimg
172172
{
173-
height:350px;
174-
width:410px;
173+
height:280px;
174+
width:280px;
175175
padding:15px;
176176
margin:15px;
177177
border-radius:48%;
@@ -190,11 +190,18 @@ nav li a
190190
}
191191
.rowdivimg
192192
{
193-
height:360px;
194-
width:370px;
193+
height:280px;
194+
width:280px;
195+
padding:0;
196+
margin:0;
195197
padding:15px;
196-
margin-left:30px;
198+
margin-left:23%;
197199
border-radius:48%;
200+
201+
}
202+
.intro
203+
{
204+
font-size:22px;
198205
}
199206
}
200207
@media(max-width:576px)
@@ -211,16 +218,13 @@ nav li a
211218
padding:15px;
212219
margin:15px;
213220
border-radius:48%;
221+
margin-left:20%;
214222
}
215223
nav .container
216224
{
217225
margin-left:0px;
218226
margin-right:0px;
219227
}
220-
.rowdivimg
221-
{
222-
margin-left:0px;
223-
}
224228
.intro
225229
{
226230
font-size:18px;

‎v2/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<divclass="container about-div"style="">
156156
<divclass="row"style="">
157157
<divclass="col-sm col-sm-12 col-md-5 col-xl-5">
158-
<imgsrc="assest/Images/Pankaj_Kumar.jpg"class="img-fluid img-responsive"alt="Profile Image">
158+
<imgsrc="assest/Images/Pankaj_Kumar.png"class="img-fluid img-responsive"alt="Profile Image">
159159
</div>
160160
<divclass="col-sm col-sm-12 col-md-7 col-xl-7 container about-intro">
161161
<divclass="container about-intro-div">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp