File tree Expand file tree Collapse file tree 8 files changed +20
-107
lines changed Expand file tree Collapse file tree 8 files changed +20
-107
lines changed Original file line number Diff line number Diff line change 18
18
firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4E6E3 }}'
19
19
channelId : live
20
20
projectId : portfolio-4e6e3
21
- env :
22
- FIREBASE_CLI_PREVIEWS : hostingchannels
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ name: Deploy to Firebase Hosting on PR
5
5
' on ' : pull_request
6
6
jobs :
7
7
build_and_preview :
8
+ if : ' ${{ github.event.pull_request.head.repo.full_name == github.repository }}'
8
9
runs-on : ubuntu-latest
9
10
steps :
10
11
- uses : actions/checkout@v2
14
15
repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
15
16
firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4E6E3 }}'
16
17
projectId : portfolio-4e6e3
17
- env :
18
- FIREBASE_CLI_PREVIEWS : hostingchannels
Original file line number Diff line number Diff line change 1
1
{
2
2
"hosting" : {
3
- "public" : " public" ,
3
+ "site" : " pankajkumar" ,
4
+ "public" : " v2/public" ,
4
5
"ignore" : [
5
6
" firebase.json" ,
6
7
" **/.*" ,
Original file line number Diff line number Diff line change 155
155
< div class ="container about-div " style ="">
156
156
< div class ="row " style ="">
157
157
< div class ="col-sm col-sm-12 col-md-5 col-xl-5 ">
158
- < img src ="v2/public/assest/Images/Pankaj_Kumar.jpg " class ="img-fluid img-responsive " alt ="Profile Image ">
158
+ < img src ="v2/public/assest/Images/Pankaj_Kumar.png " class ="img-fluid img-responsive " alt ="Profile Image ">
159
159
</ div >
160
160
< div class ="col-sm col-sm-12 col-md-7 col-xl-7 container about-intro ">
161
161
< div class ="container about-intro-div ">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ nav li a
146
146
}
147
147
.row div img
148
148
{
149
- height : 400 px ;
150
- width : 350 px ;
149
+ height : 360 px ;
150
+ width : 360 px ;
151
151
padding : 15px ;
152
152
margin : 15px ;
153
153
border-radius : 48% ;
@@ -170,8 +170,8 @@ nav li a
170
170
{
171
171
.row div img
172
172
{
173
- height : 350 px ;
174
- width : 410 px ;
173
+ height : 280 px ;
174
+ width : 280 px ;
175
175
padding : 15px ;
176
176
margin : 15px ;
177
177
border-radius : 48% ;
@@ -190,11 +190,18 @@ nav li a
190
190
}
191
191
.row div img
192
192
{
193
- height : 360px ;
194
- width : 370px ;
193
+ height : 280px ;
194
+ width : 280px ;
195
+ padding : 0 ;
196
+ margin : 0 ;
195
197
padding : 15px ;
196
- margin-left : 30 px ;
198
+ margin-left : 23 % ;
197
199
border-radius : 48% ;
200
+
201
+ }
202
+ .intro
203
+ {
204
+ font-size : 22px ;
198
205
}
199
206
}
200
207
@media (max-width : 576px )
@@ -211,16 +218,13 @@ nav li a
211
218
padding : 15px ;
212
219
margin : 15px ;
213
220
border-radius : 48% ;
221
+ margin-left : 20% ;
214
222
}
215
223
nav .container
216
224
{
217
225
margin-left : 0px ;
218
226
margin-right : 0px ;
219
227
}
220
- .row div img
221
- {
222
- margin-left : 0px ;
223
- }
224
228
.intro
225
229
{
226
230
font-size : 18px ;
Original file line number Diff line number Diff line change 155
155
< div class ="container about-div " style ="">
156
156
< div class ="row " style ="">
157
157
< div class ="col-sm col-sm-12 col-md-5 col-xl-5 ">
158
- < img src ="assest/Images/Pankaj_Kumar.jpg " class ="img-fluid img-responsive " alt ="Profile Image ">
158
+ < img src ="assest/Images/Pankaj_Kumar.png " class ="img-fluid img-responsive " alt ="Profile Image ">
159
159
</ div >
160
160
< div class ="col-sm col-sm-12 col-md-7 col-xl-7 container about-intro ">
161
161
< div class ="container about-intro-div ">
You can’t perform that action at this time.
0 commit comments