File tree Expand file tree Collapse file tree 7 files changed +187
-98
lines changed Expand file tree Collapse file tree 7 files changed +187
-98
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class Main extends Component {
6666 < div className = "container" >
6767 < div className = "row" >
6868 < div className = "col s8 offset-s4 m8 offset-m4 l6 offset-l6" >
69- < h2 > < a href = "https://github.com/Eksicode" rel = "noopener noreferrer" target = "_blank" > Projeler</ a > </ h2 >
69+ < h2 > < a href = "https://github.com/Eksicode" style = { { color : 'black' } } rel = "noopener noreferrer" target = "_blank" > Projeler</ a > </ h2 >
7070 < div className = "box box__projeler" > </ div >
7171 < p className = "flow-text" >
7272 Aktif açık kaynak projelerimize katılabilirsin.
@@ -224,7 +224,7 @@ class Main extends Component {
224224 alt = ""
225225 />
226226 </ div >
227- < a className = "carousel-item" >
227+ < div className = "carousel-item" >
228228 < div className = "entry" >
229229 < img
230230 className = "bubble"
@@ -243,8 +243,8 @@ class Main extends Component {
243243 src = { People2 }
244244 alt = ""
245245 />
246- </ a >
247- < a className = "carousel-item" >
246+ </ div >
247+ < div className = "carousel-item" >
248248 < div className = "entry" >
249249 < img
250250 className = "bubble"
@@ -262,7 +262,7 @@ class Main extends Component {
262262 src = { People3 }
263263 alt = ""
264264 />
265- </ a >
265+ </ div >
266266 </ div >
267267 </ div >
268268 </ div >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Nav extends Component {
1818 <li className="desktop"><Link to="/projeler">PROJELER</Link></li>
1919 <li className="desktop"><Link to="/is-ilanlari">İŞ İLANLARI</Link></li>
2020 <li className="desktop"><Link to="/iletisim">İLETİŞİM</Link></li>*/ }
21- < li className = "mobile" > < div className = "waves-effect waves-light btn-flat white-text" > < i className = "material-icons" > menu</ i > </ div > </ li >
21+ < li className = "mobile" > < div className = "waves-effect waves-light btn-flat white-text hamburger " > < i className = "material-icons" > menu</ i > </ div > </ li >
2222 </ ul >
2323 </ div >
2424 </ nav >
Original file line number Diff line number Diff line change 5757 width : 10rem ;
5858 }
5959 & __kariyer {
60- width : 18.5 rem ;
60+ width : 11 rem ;
6161 @media only screen and (max-width : 417px ){
6262 width : 14.5rem ;
6363 }
Original file line number Diff line number Diff line change @@ -10,12 +10,10 @@ nav {
1010 li {
1111 a {
1212 font-size : 0.875rem ;
13- }
14- a :visited {
15- color : var (--beyaz );
13+ color : var (--beyaz ) !important ;
1614 }
1715 a :hover {
18- color : var (--beyaz ) ;
16+ color : var (--eksicode ) !important ;
1917 text-decoration : none ;
2018 }
2119 }
3230.logo {
3331 margin-top : 1.2rem ;
3432 height : 2rem ;
33+ }
34+
35+ .hamburger {
36+ i {
37+ line-height : 36px !important ;
38+ }
3539}
You can’t perform that action at this time.
0 commit comments