File tree Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Expand file tree Collapse file tree 2 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 26
26
< section class ="section section--hello " id ="hello ">
27
27
< div class ="section__inner ">
28
28
< div class ="block ">
29
- < h2 > Hi, I'm < br > Brahmendraprasad 👋</ h2 >
30
- < p > I specialize in crafting intuitive and high-performance iOS applications,
29
+ < img src ="./iPhone/assets/images/profile.jpg "/>
30
+ < h1 > Hi, I'm < br > Brahmendraprasad 👋</ h1 >
31
+ < p > iOS Developer</ p >
32
+ < p style ="display: none; "> I specialize in crafting intuitive and high-performance iOS applications,
31
33
focusing on seamless user experiences and innovative solutions.
32
34
Passionate about solving complex technical challenges,
33
35
I bring a detail-oriented approach to mobile development.</ p >
Original file line number Diff line number Diff line change 12
12
13
13
/* Left Panel */
14
14
.left-panel {
15
- width : 35 % ;
15
+ width : 65 % ;
16
16
background-color : # 1e1e1e ;
17
17
color : white;
18
18
display : flex;
26
26
27
27
/* Right Panel */
28
28
.right-panel {
29
- width : 65 % ;
29
+ width : 35 % ;
30
30
display : flex;
31
31
justify-content : center;
32
32
align-items : center;
@@ -136,10 +136,6 @@ Left panel name and animation
136
136
/* align-content: left; */
137
137
margin : 0 0 0 30px ;
138
138
padding : 0 0 0 15px ;
139
- border-top : 1px solid rebeccapurple;
140
- border-left : 1px solid rebeccapurple;
141
- border-right : 1px solid rebeccapurple;
142
- border-bottom : 1px solid rebeccapurple;
143
139
}
144
140
.section svg {
145
141
position : absolute;
@@ -175,9 +171,18 @@ Left panel name and animation
175
171
/* font-size: 2.5rem; */
176
172
}
177
173
}
178
- .block h2 {
174
+ .block img {
175
+ width : 20% ;
176
+ height : 20% ;
177
+ border : 2px dashed rgb (130 , 127 , 127 );
178
+ border-radius : 50% ;
179
+ margin-right : 30px ;
180
+ display : none;
181
+ }
182
+
183
+ .block h1 {
179
184
display : inline-block;
180
- font-size : 1.2 em ;
185
+ font-size : 3 rem ;
181
186
font-weight : bold;
182
187
/* margin-top: 50px !important; */
183
188
letter-spacing : 1px ;
@@ -190,9 +195,9 @@ Left panel name and animation
190
195
.block p {
191
196
font-size : 1em ;
192
197
/* margin-right: 0.4em; */
193
- margin-top : 50px !important ;
198
+ /* margin-top: 50px !important; */
194
199
/* border: 1px solid red; */
195
- opacity : 0.8 ;
200
+ /* opacity: 0.8; */
196
201
}
197
202
198
203
You can’t perform that action at this time.
0 commit comments