Skip to content

Commit 5b8cd1f

Browse files
merge conflict resolved
2 parents f0e374c + f573011 commit 5b8cd1f

20 files changed

+486
-193
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# GAME OF THRONES (Blog Template)
22

3-
## 🔗 https://game-of-thrones-blog.netlify.app/
3+
## 🔗 https://got-blog.vercel.app/
4+
5+
46

5-
### *A Blog Template made about Game Of Thrones, Season 1*
67

78

8-
<img src="/images/blog1.png" alt="GOT image" title="Game of Thrones Blog"/>
99

1010
## Features
1111
- Mobile Responsive
@@ -22,4 +22,5 @@
2222
- CSS3
2323
- Font Awesome
2424
- VS Code
25+
- Bootstrap
2526
- Netlify

css/style.css

Lines changed: 94 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,38 @@
11
* {
22
margin: 0;
33
padding: 0;
4-
font-family: "Cantora One", ubuntu, sans-serif;
4+
font-family: "Poppins", sans-serif;
55
}
66

77
body {
88
background-color: #c0c0c0;
9-
margin: 2px 10px;
9+
/* margin: 2px 10px; */
1010
}
1111

12-
.body-div {
13-
height: 100%;
14-
width: 100%;
15-
}
12+
/* .body-div {
13+
14+
} */
1615

1716
/* HEADER */
1817

1918
/* NAV */
20-
.nav-div {
21-
margin-top: 20px;
22-
height: 10%;
23-
width: 100%;
24-
}
25-
26-
.nav-list {
27-
list-style-type: none;
28-
}
2919

30-
.left-item {
31-
float: left;
32-
padding: 2px 20px;
33-
font-variant: small-caps;
34-
font-weight: 800;
20+
.main-logo {
21+
width: 50%;
22+
height: 50%;
3523
}
3624

37-
.right-item {
38-
float: right;
39-
font-variant: small-caps;
40-
padding: 2px 20px;
41-
font-weight: 800;
42-
}
25+
/* // NAV */
4326

44-
.nav-line {
27+
/* SLIDER */
28+
/* .slider-img {
4529
width: 100%;
46-
}
47-
48-
/* // NAV */
30+
/* } */
31+
.slide {
32+
margin-top: 100px ;
33+
padding-top: 1.5em;
34+
}
35+
/* // SLIDER */
4936

5037
/* MAIN */
5138

@@ -70,22 +57,26 @@ body {
7057

7158
/* // IMAGE */
7259

73-
/* TEXT */
74-
.text-div {
60+
/* about*/
61+
.about-section {
62+
padding: 4em 2em;
63+
text-align: center;
7564
height: 70%;
7665
}
7766

78-
.heading {
67+
.about-section > .h1 {
7968
padding: 10px;
69+
font-weight: 600;
8070
}
8171

82-
.para {
72+
.about-section > .p {
8373
text-align: justify left;
8474
padding: 20px;
8575
font-weight: 30px;
8676
font-family: Arial, Helvetica, sans-serif,-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
8777
}
8878

79+
<<<<<<< HEAD
8980
.paraone{
9081
text-align: justify left;
9182
padding: 20px;
@@ -104,26 +95,66 @@ body {
10495
width: auto;
10596
margin: 10px;
10697
float: none;
98+
=======
99+
/* // about*/
100+
101+
102+
103+
/* cast */
104+
.cast-section{
105+
display: flex;
106+
flex-direction: column;
107+
align-items: center;
108+
flex-wrap: wrap;
109+
padding: 2.5em;
110+
}
111+
.cast-section>h1{
112+
padding: 10px;
113+
}
114+
.cast-section>p{
115+
padding: 20px;
116+
text-decoration: none;
117+
118+
}
119+
.cast-section_images{
120+
display: flex;
121+
flex-wrap: wrap;
122+
gap: 10px;
123+
}
124+
125+
/* //cast */
126+
127+
128+
129+
/* season */
130+
.season-section{
131+
padding: 10px 30px 10px 0px;
132+
>>>>>>> f573011b2223e01d9eff170c488ef1a0c14ae99a
107133
text-align: center;
108134
}
135+
.season-section>h2{
136+
margin-left: 50px;
137+
}
109138

110-
img {
139+
.season-section>ul{
140+
display: flex;
141+
align-items: center;
111142
justify-content: center;
112-
margin: 10px;
113-
height: 200px;
143+
gap: 10px;
144+
list-style: none;
145+
font-size: 1.5rem;
146+
flex-wrap: wrap;
114147
}
115-
/* // TEXT */
116-
117-
/* // Author */
118-
148+
/* //season */
119149
/* // MAIN */
120150

121151
.wrapper-div {
122-
height: 100px;
152+
height: 100px;
123153
}
124154

125155
/* FOOTER */
126156
.footer {
157+
<<<<<<< HEAD
127158
background: #303036;
128159
color: #e4e4e4;
129160
height: 300px;
@@ -141,60 +172,30 @@ img {
141172
width: 100%;
142173
padding-top: 18px;
143174
}
144-
145-
.footer .footer-content {
146-
height: 250px;
147-
display: flex;
148-
}
149-
150-
.footer .footer-content .footer-section {
151-
flex: 1;
152-
padding: 25px;
153-
}
154-
155-
.footer .footer-content h1 {
156-
color: white;
157-
}
158-
159-
.footer-para {
160-
margin: 10px 0;
175+
=======
176+
padding: 30px;
177+
text-align: center;
161178
}
162179

163-
.footer .footer-content .about .contact span {
164-
display: block;
165-
margin-bottom: 8px;
166-
font-size: 1.1em;
167-
}
180+
>>>>>>> f573011b2223e01d9eff170c488ef1a0c14ae99a
168181

169-
.footer .footer-content .about .socials a {
170-
border: 1px solid gray;
171-
width: 45px;
172-
height: 38px;
173-
padding-top: 5px;
174-
margin-right: 5px;
175-
text-align: center;
176-
display: inline-block;
177-
font-size: 1.3em;
178-
text-decoration: none;
179-
color: #d3d3d3;
180-
border-radius: 5px;
181-
transition: all 0.3s;
182-
}
183182

184-
.footer .footer-content .about .socials a:hover {
185-
color: white;
186-
border: 1px solid white;
187-
transition: all 0.3s;
188-
}
189-
190-
.footer-section {
191-
text-align: center;
192-
}
193-
194-
.logo-text {
195-
font-variant: initial;
196-
}
197183

198-
.logo-text .logo-span {
199-
color: #a2c376;
184+
@media (min-width: 42.5em) {
185+
.main-logo {
186+
width: 25%;
187+
height: 25%;
188+
}
189+
.slider-img {
190+
width: 100%;
191+
height: 33em ;
192+
193+
}
194+
.slide {
195+
margin-top: 50px ;
196+
padding-top: 30px;
197+
}
198+
.cast-section{
199+
padding: 5em;
200+
}
200201
}

images/blog1.png

-605 KB
Binary file not shown.

images/branding.jpg

195 KB
Loading

images/cropped-1366-768-311824.jpg

712 KB
Loading

images/image.jpg

691 KB
Loading

images/logo.png

53.4 KB
Loading

images/photographer.jpg

-24.6 KB
Binary file not shown.

images/photographer2.jpeg

-5.43 KB
Binary file not shown.

images/photographer3.jpg

-68.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)