3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > Portfolio K.T</ title >
6
+ < link rel ="stylesheet " href ="reset.css ">
7
+ < link rel ="stylesheet " href ="styles.css ">
6
8
</ head >
7
9
< body >
8
- < h1 > Hello World</ h1 >
9
-
10
+ < div class ="main_container ">
11
+ < header >
12
+ < button type ="button "> Home</ button >
13
+ < button type ="button "> About</ button >
14
+ < button type ="button "> Portfolio</ button >
15
+ < button type ="button "> Contact</ button >
16
+ </ header >
17
+ < div class ="portfolio_screen ">
18
+ < h1 > Portfolio K.T</ h1 >
19
+ < div class ="buttons ">
20
+ < a target ="_blank " href ="https://twitter.com/ZeRG_O "> < button id ="twitter_button " class ="button " type ="button "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > twitter</ button > </ a >
21
+ < a target ="_blank " href ="https://github.com/trescins "> < button id ="github_button " class ="button " type ="button "> < i class ="fa fa-github " aria-hidden ="true "> </ i > GitHub</ button > </ a >
22
+ < a target ="_blank " href ="https://www.linkedin.com/in/kamil-trescinski/ "> < button id ="linkedin_button " class ="button " type ="button "> < i class ="fa fa-linkedin-square " aria-hidden ="true "> </ i > LinkedIn</ button > </ a >
23
+ < a target ="_blank " href ="https://www.freecodecamp.org/fccb4dc1315-e2c8-463d-bf1e-920d303d3274 "> < button id ="freeCodeCamp_button " class ="button " type ="button "> < i class ="fa fa-free-code-camp " aria-hidden ="true "> </ i > freeCodeCamp</ button > </ a >
24
+ </ div >
25
+ </ div >
26
+ < div class ="self-description_screen ">
27
+ < h2 > Self-Description</ h2 >
28
+ < p > text of self-description</ p >
29
+ <!-- tutaj wrzucic fotke i ustawic ja po prawej stronie -->
30
+ </ div >
31
+ < div class ="portfolio-pages_screen ">
32
+ < h2 > Portfolio Pages</ h2 >
33
+ <!-- tutaj wrzucic miniaturki stron ktore zrobilem -->
34
+ </ div >
35
+ < div class ="other-social-media_screen ">
36
+ < h2 > Check my other social-media page !</ h2 >
37
+ < button class ="button " type ="button "> < i class ="fa fa-twitter " aria-hidden ="true "> </ i > twitter</ button >
38
+ < button class ="button " type ="button "> < i class ="fa fa-github " aria-hidden ="true "> </ i > GitHub</ button >
39
+ < button class ="button " type ="button "> < i class ="fa fa-linkedin-square " aria-hidden ="true "> </ i > LinkedIn</ button >
40
+ < button class ="button " type ="button "> < i class ="fa fa-free-code-camp " aria-hidden ="true "> </ i > freeCodeCamp</ button >
41
+ </ div >
42
+ < footer >
43
+ < p > Copyright by K.T</ p >
44
+ <!-- tutaj wrzucic linki do Home About Portfolio Contact -->
45
+ </ footer >
46
+ </ div >
47
+ < script src ="https://use.fontawesome.com/49ec0c3c79.js "> </ script >
10
48
</ body >
11
49
</ html >
0 commit comments