├── README.md ├── gw 10.jpg ├── gw 11.jpg ├── gw 2.jpg ├── gw 3.jpg ├── gw 4.jpg ├── gw 5.jpg ├── gw 6.jpg ├── gw 7.jpg ├── gw 8.jpg ├── gw 9.jpg ├── root.png ├── collage.jpg ├── footer.png ├── green 1.png ├── facebook.png ├── pngwing.com.png ├── facebook-brands.svg ├── comment-solid.svg ├── linkedin-brands.svg ├── youtube-brands.svg ├── twitter-brands.svg ├── twitter-brands copy.svg ├── whatsapp-brands.svg ├── instagram-brands.svg ├── snapchat-brands.svg ├── style.css └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # University-of-Greenwich :https://jaffer-ali920.github.io/University-of-Greenwich/ 2 | -------------------------------------------------------------------------------- /gw 10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 10.jpg -------------------------------------------------------------------------------- /gw 11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 11.jpg -------------------------------------------------------------------------------- /gw 2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 2.jpg -------------------------------------------------------------------------------- /gw 3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 3.jpg -------------------------------------------------------------------------------- /gw 4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 4.jpg -------------------------------------------------------------------------------- /gw 5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 5.jpg -------------------------------------------------------------------------------- /gw 6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 6.jpg -------------------------------------------------------------------------------- /gw 7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 7.jpg -------------------------------------------------------------------------------- /gw 8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 8.jpg -------------------------------------------------------------------------------- /gw 9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/gw 9.jpg -------------------------------------------------------------------------------- /root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/root.png -------------------------------------------------------------------------------- /collage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/collage.jpg -------------------------------------------------------------------------------- /footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/footer.png -------------------------------------------------------------------------------- /green 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/green 1.png -------------------------------------------------------------------------------- /facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/facebook.png -------------------------------------------------------------------------------- /pngwing.com.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Jaffer-Ali-Abubakker/University-of-Greenwich/HEAD/pngwing.com.png -------------------------------------------------------------------------------- /facebook-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /comment-solid.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /linkedin-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /youtube-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /twitter-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /twitter-brands copy.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /whatsapp-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /instagram-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /snapchat-brands.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | padding: 0; 3 | margin: 0; 4 | } 5 | 6 | .img-1{ 7 | margin: 50px 10px 10px 90px; 8 | margin-top: 10px; 9 | width: 260px; 10 | height: 70px; 11 | } 12 | #head-bar{ 13 | margin-top: 20px; 14 | background-color: black; 15 | padding-top: 10px; 16 | padding-bottom: 10px; 17 | text-align: center; 18 | 19 | } 20 | .head-1{ 21 | margin-left: 900px; 22 | color: aliceblue; 23 | text-decoration: none; 24 | } 25 | .head-2{ 26 | color: white; 27 | margin: 20px; 28 | text-decoration: none; 29 | } 30 | .head-3{ 31 | color: aliceblue; 32 | text-decoration: none; 33 | } 34 | .h1{ 35 | margin: 20px; 36 | color: darkblue; 37 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 38 | 39 | } 40 | .hd-1{ 41 | margin-left: 600px; 42 | margin-top: -75px; 43 | } 44 | .event{ 45 | margin-top: 80px; 46 | margin-left: 100px; 47 | font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 48 | font-size: 30px; 49 | font-weight: 400; 50 | font-style: normal; 51 | color:cadetblue; 52 | } 53 | .event-1{ 54 | font-family: "Oswald,sans-serif"; 55 | font-size: 70px; 56 | margin-left: 90px; 57 | margin-top: 10px; 58 | letter-spacing: -2px; 59 | margin-bottom: 10px; 60 | 61 | } 62 | .h1:hover{ 63 | background-color: rgb(206, 195, 40); 64 | padding: 10px; 65 | } 66 | .para-1{ 67 | font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 68 | font-size: 30px; 69 | margin-left: 150px; 70 | margin-top: 30px; 71 | } 72 | .live{ 73 | margin-right: 30px; 74 | margin-left: 1080px; 75 | margin-bottom: 100px; 76 | margin-top: 30px; 77 | } 78 | .explore{ 79 | margin: 100px; 80 | margin-right: 30px; 81 | color: darkblue; 82 | margin-bottom: -30px; 83 | text-align: right; 84 | margin-top: 20px; 85 | } 86 | .img-2{ 87 | width: 700px; 88 | height: 400px; 89 | margin-left: 700px; 90 | margin-top: 40px; 91 | border-radius: 10px; 92 | } 93 | .text-1{ 94 | margin-top: 40px; 95 | border: 1px solid rgb(37, 37, 112); 96 | padding: 20px; 97 | } 98 | .ha{ 99 | margin-top: -390px; 100 | margin-left: 210px; 101 | font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 102 | font-size: 40px; 103 | 104 | } 105 | .he-1{ 106 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 107 | font-size: 20px; 108 | padding-left: 70px; 109 | padding-top: 30px; 110 | padding-bottom: 30px; 111 | padding-right: 20px; 112 | margin-left: 210px; 113 | border: 1px solid black; 114 | border-radius: 25px; 115 | } 116 | .hc-1{ 117 | margin-top: 40px; 118 | } 119 | .hf-1{ 120 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 121 | font-size: 30px; 122 | margin-left: 230px; 123 | margin-top: -50px; 124 | } 125 | .hg-1{ 126 | margin-left: 233px; 127 | margin-top: 0px; 128 | } 129 | .hi-1{ 130 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 131 | font-size: 20px; 132 | border: 1px solid black; 133 | border-radius: 25px; 134 | margin-right: left; 135 | padding-left: 70px; 136 | padding-top: 20px; 137 | padding-bottom: 40px; 138 | padding-right: 35px; 139 | 140 | } 141 | .hh-1{ 142 | margin-top: 60px; 143 | margin-left: 210px; 144 | } 145 | .hj-1{ 146 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 147 | font-size: 20px; 148 | margin-left: 70px; 149 | } 150 | .hk-1{ 151 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 152 | font-size: 30px; 153 | margin-left: 240px; 154 | margin-top: -70px; 155 | } 156 | .hl-1{ 157 | margin-left: 233px; 158 | margin-top: 0px; 159 | } 160 | .hn-1{ 161 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 162 | font-size: 20px; 163 | border: 1px solid black; 164 | border-radius: 25px; 165 | padding-left: 70px; 166 | padding-right: 75px; 167 | padding-bottom: 35px; 168 | padding-top: 30px 169 | 170 | } 171 | .hm-1{ 172 | margin-top: 75px; 173 | margin-left: 210px; 174 | } 175 | .ho-1{ 176 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 177 | font-size: 30px; 178 | margin-left: 230px; 179 | margin-top: -45px; 180 | } 181 | .hp-1{ 182 | margin-left: 228px; 183 | margin-top: 0px; 184 | } 185 | .img-3{ 186 | width: 300px; 187 | height: 200px; 188 | margin-left: 700px; 189 | margin-top: 30px; 190 | border-radius: 25px; 191 | } 192 | .img-4{ 193 | width: 300px; 194 | height: 200px; 195 | margin-left: 1100px; 196 | margin-top: -300px; 197 | border-radius: 25px; 198 | } 199 | .hq-1{ 200 | font-family: cursive; 201 | margin-left: 250px; 202 | margin-top: -120px; 203 | } 204 | .text-3{ 205 | margin-left: 250px; 206 | margin-top: 20px; 207 | font-family: Verdana, Geneva, Tahoma, sans-serif; 208 | font-size: 15px; 209 | } 210 | .hr-1{ 211 | margin-left: 250; 212 | margin-top: 10px; 213 | } 214 | .text-4{ 215 | margin-left: 265px; 216 | margin-top: 30px; 217 | } 218 | .hs-1{ 219 | font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 220 | font-size: 50px; 221 | margin-left: 250px; 222 | margin-top: 50px; 223 | } 224 | .text-5{ 225 | margin-left: 250px; 226 | font-size: 20px; 227 | margin-top: 15px; 228 | } 229 | .ht-1{ 230 | margin-left: 250px; 231 | margin-top: 50px; 232 | font-size: 18px; 233 | } 234 | .hu-1{ 235 | margin-left: 270px; 236 | margin-top: 20px; 237 | font-family: monospace; 238 | } 239 | .Box-1{ 240 | margin-left: 250px; 241 | margin-top: 15px; 242 | padding-top: 10px; 243 | padding-bottom:10px; 244 | padding-right: 200px; 245 | border-radius: 13px; 246 | text-align: left; 247 | } 248 | .Box-2{ 249 | margin-left: 10px; 250 | padding-top: 10px; 251 | padding-bottom:10px; 252 | padding-right: 200px; 253 | border-radius: 13px; 254 | text-align: left; 255 | }.hv-1{ 256 | margin-left: 250px; 257 | margin-top: 5px; 258 | font-size: 18px; 259 | } 260 | .Box-3{ 261 | margin-left: 250px; 262 | margin-top: 10px; 263 | padding-top: 10px; 264 | padding-bottom:10px; 265 | padding-right: 580px; 266 | border-radius: 13px; 267 | text-align: right; 268 | } 269 | .hw-1{ 270 | margin-left: 253px; 271 | font-family: serif; 272 | font-size: 15px; 273 | margin-top: 20px; 274 | } 275 | .hx-1{ 276 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 277 | font-size: 15px; 278 | margin-left: 254px; 279 | margin-top: 5px; 280 | color: cadetblue; 281 | } 282 | .a1-1{ 283 | margin-top: 10px; 284 | margin-left: 260px; 285 | font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 286 | font-size: 13px; 287 | } 288 | .hz-1{ 289 | margin-top: 20px; 290 | margin-left: 250px; 291 | } 292 | .a2-1{ 293 | margin-top: 10px; 294 | margin-left: 260px; 295 | font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 296 | font-size: 13px; 297 | } 298 | .ha-2{ 299 | margin-left: 250px; 300 | margin-top: 15px; 301 | } 302 | .Box-4{ 303 | margin-top: 10px; 304 | margin-left: 250px; 305 | padding-top: 10px; 306 | padding-bottom: 10px; 307 | padding-right: 580px; 308 | border-radius: 15px; 309 | text-align: center; 310 | } 311 | .hb-2{ 312 | margin-left: 250px; 313 | margin-top: 15px; 314 | } 315 | .hc-2{ 316 | margin-left: 250px; 317 | margin-top: ; 318 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 319 | color: cadetblue; 320 | } 321 | .hd-2{ 322 | margin-left: 10px; 323 | } 324 | .he-2{ 325 | margin-left: 250px; 326 | margin-top: 20px; 327 | } 328 | .hf-2{ 329 | margin-left: 260px; 330 | margin-top: 10px; 331 | 332 | } 333 | .hg-2{ 334 | margin-top: -30px; 335 | margin-left: 650px; 336 | } 337 | .hh-2{ 338 | padding-left: 20px; 339 | padding-right: 20px; 340 | padding-top: 8px; 341 | padding-bottom: 8px; 342 | background-color: royalblue; 343 | border-radius: 10px; 344 | color: white; 345 | 346 | } 347 | .hi-2{ 348 | margin-top: 10px; 349 | margin-left: 10px; 350 | width: 1500px; 351 | height: 500px; 352 | background-color: #eaeaea; 353 | } 354 | .hk-2{ 355 | padding-left: 200px; 356 | padding-top: 10px; 357 | font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 358 | font-size: 40px; 359 | } 360 | .hl-2{ 361 | width: 500px; 362 | height: 300px; 363 | padding-left: 200px; 364 | padding-top: 20px; 365 | } 366 | .hm-2{ 367 | margin-left:180px; 368 | font-size: 22px; 369 | font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 370 | padding-left: 20px; 371 | } 372 | .hn-2{ 373 | margin-left: 200px; 374 | font-family: sans-serif; 375 | } 376 | .ho-2{ 377 | padding-top: 10px; 378 | letter-spacing: 1px; 379 | } 380 | .hp-2{ 381 | margin-left: 800px; 382 | width: 500px; 383 | height: 300px; 384 | margin-top: -500px; 385 | 386 | } 387 | .hq-2{ 388 | margin-top: -113px; 389 | margin-left: -30px; 390 | } 391 | .hr-2{ 392 | margin-left: 770px; 393 | font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 394 | font-size: 22px; 395 | font-weight: lighter; 396 | } 397 | .hs-2{ 398 | margin-left: 770px ; 399 | font-family: sans-serif; 400 | letter-spacing: 1px; 401 | } 402 | .ht-2{ 403 | width:1500px; 404 | height: 500px ; 405 | background-color: darkgray; 406 | margin-top: 10px; 407 | } 408 | .hu-2{ 409 | padding-top: 30px; 410 | padding-left: 200px; 411 | } 412 | .hv-2{ 413 | width: 500px; 414 | height: 300px; 415 | } 416 | .hw-2{ 417 | padding-left: 200px; 418 | font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 419 | font-size: 22px; 420 | font-weight: lighter; 421 | } 422 | .hx-2{ 423 | margin-left: 200px; 424 | font-family: sans-serif; 425 | letter-spacing: 1px; 426 | margin-top: 10px; 427 | } 428 | .hy-2{ 429 | margin-top: -395px; 430 | margin-left: 770px; 431 | } 432 | .hz-2{ 433 | width: 500px; 434 | height: 300px; 435 | } 436 | .ha-3{ 437 | margin-left: 770px; 438 | font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif ; 439 | font-size: 22px; 440 | } 441 | .hb-3{ 442 | margin-left: 770px; 443 | margin-top: 10px; 444 | font-family: sans-serif; 445 | letter-spacing: 1px; 446 | } 447 | .hc-3{ 448 | width: 1500px; 449 | height: 300px; 450 | background-color: #2e3e80; 451 | margin-top: 500px; 452 | margin-left: 10px; 453 | } 454 | .hd-3{ 455 | padding-left: 200px; 456 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 457 | padding-top: 90px; 458 | font-size: 40px; 459 | color: white; 460 | } 461 | .he-3{ 462 | margin-left: 200px; 463 | font-family: cursive; 464 | font-size: medium; 465 | } 466 | .hf-3{ 467 | margin-top: 20px; 468 | margin-left: 160px; 469 | font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 470 | } 471 | .hh-3{ 472 | width: 350px; 473 | height: 220px; 474 | } 475 | .hg-3{ 476 | margin-left: 150px; 477 | margin-top: 20px; 478 | } 479 | .hi-3{ 480 | margin-left: 150px; 481 | font-size: 23px; 482 | margin-top: 10px; 483 | 484 | } 485 | .hj-3{ 486 | margin-left: 150px; 487 | margin-top: 10px; 488 | } 489 | .hl-3{ 490 | width: 350px; 491 | height: 220px; 492 | } 493 | .hk-3{ 494 | margin-left: -5px; 495 | margin-top: -335px; 496 | 497 | } 498 | .hl-3{ 499 | margin-left: 600px; 500 | font-size: 23px; 501 | margin-top: 10px; 502 | } 503 | .hm-3{ 504 | margin-left: 600px; 505 | margin-top: -185px; 506 | } 507 | .ho-3{ 508 | width: 350px; 509 | height: 220px; 510 | } 511 | .hn-3{ 512 | margin-left: 1030px; 513 | margin-top: -325px; 514 | } 515 | .hp-3{ 516 | margin-left: 1030px; 517 | font-size: 23px; 518 | margin-top: 10px; 519 | } 520 | .hq-3{ 521 | margin-left: 1030px; 522 | margin-top: 10px; 523 | } 524 | .hs-3{ 525 | margin-left: 150px; 526 | font-family: monospace; 527 | font-size: 30px; 528 | padding-top: 70px; 529 | 530 | } 531 | .hr-3{ 532 | font-family: Arial, Helvetica, sans-serif; 533 | font-size: 17px; 534 | margin-top: 10px; 535 | letter-spacing: 1px; 536 | } 537 | .hu-3{ 538 | width: 1200px; 539 | height: 700px; 540 | margin-left: 150px; 541 | border: solid 1px black; 542 | margin-top: 50px; 543 | } 544 | .hv-3{ 545 | margin-left: 10px; 546 | margin-top: 20px; 547 | } 548 | .hw-3{ 549 | margin-left: 20px; 550 | font-size: 20px; 551 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 552 | text-decoration: none; 553 | } 554 | .hw-3:hover{ 555 | border: 1px solid black; 556 | border-radius: 15px; 557 | padding: 5px; 558 | background-color: #2e3e80; 559 | color: #eaeaea; 560 | } 561 | .hx-3{ 562 | margin-top: -600px; 563 | margin-left: 700px; 564 | font-size: larger; 565 | } 566 | .hy-3{ 567 | padding-top: 20px; 568 | font-size: medium; 569 | } 570 | .hz-3{ 571 | padding-top: 20px; 572 | } 573 | .ha-4{ 574 | margin-top: 30px; 575 | } 576 | .hb-4{ 577 | width: 1600px; 578 | height: 400px; 579 | background-color: black; 580 | margin-top: 50px; 581 | } 582 | .hc-4{ 583 | padding-left: 260px; 584 | padding-top: 30px; 585 | color: #eaeaea; 586 | font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; 587 | } 588 | .hd-4{ 589 | margin-left: 10px; 590 | } 591 | .he-4{ 592 | margin-left: 260px; 593 | margin-top: -170px; 594 | } 595 | .hf-4{ 596 | margin-left: 600px; 597 | margin-top: -190px; 598 | } 599 | .hg-4{ 600 | margin-left: 615px; 601 | } 602 | .hh-4{ 603 | margin-left: 900px; 604 | margin-top: -200px; 605 | } 606 | .hi-4{ 607 | width: 1600px; 608 | height: 400px; 609 | } 610 | .hj-4{ 611 | width: 70px; 612 | height: 70px; 613 | margin-left: 300px; 614 | margin-top: 20px; 615 | } 616 | .hl-4{ 617 | width: 70px; 618 | height: 70px; 619 | margin-left: 420px; 620 | margin-top: -65px; 621 | } 622 | .hm-4{ 623 | width: 70px; 624 | height: 70px; 625 | margin-left: 120px; 626 | margin-top: -75px; 627 | } 628 | .hn-4{ 629 | width: 65px; 630 | height: 65px; 631 | margin-left: 120px; 632 | margin-top: -75px; 633 | } 634 | .ho-4{ 635 | width: 65px; 636 | height: 65px; 637 | margin-left: 120px; 638 | margin-top: -80px; 639 | } 640 | .hp-4{ 641 | width: 65px; 642 | height: 65px; 643 | margin-left: 110px; 644 | margin-top: -70px; 645 | } 646 | .hq-4{ 647 | width: 60px; 648 | height: 60px; 649 | margin-left: 110px; 650 | margin-top: -70px; 651 | } 652 | .hr-4{ 653 | margin-left: 350px; 654 | font-size: medium; 655 | margin-top: -270px; 656 | font-family: monospace; 657 | } 658 | .hs-4{ 659 | font-size: 40px; 660 | color: black; 661 | margin-left: 450px; 662 | margin-top: 40px; 663 | font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; 664 | } 665 | .ht-4{ 666 | font-size: 45px; 667 | color: black; 668 | margin-left: 360px; 669 | margin-top: -70px; 670 | font-weight: bolder; 671 | } 672 | .hu-4{ 673 | border: 1px solid black; 674 | background-color: black; 675 | color: white; 676 | border-radius: 360px; 677 | padding: 10px; 678 | } 679 | .hw-4{ 680 | width: 150px; 681 | height: 150px; 682 | border: 4px solid black; 683 | border-radius: 10px; 684 | } 685 | .hv-4{ 686 | margin-left: 800px; 687 | margin-top: -80px; 688 | } 689 | .explore{ 690 | font-size: 20px; 691 | } 692 | .explore:hover{ 693 | background-color: brown; 694 | padding: 10px; 695 | border-radius: 20px; 696 | color: white; 697 | } 698 | .live{ 699 | font-size: large; 700 | border: 1px solid black; 701 | background-color: #2e3e80; 702 | padding: 12px; 703 | padding-left: 35px; 704 | color: whitesmoke; 705 | } 706 | .open{ 707 | font-size: large; 708 | border: 1px solid black; 709 | background-color: #2e3e80; 710 | padding: 12px; 711 | color: whitesmoke; 712 | } 713 | .chat{ 714 | width: 20px; 715 | height: 20px; 716 | margin-left: 1090px; 717 | margin-top: -10px; 718 | } 719 | .text-1{ 720 | margin-bottom: -30px; 721 | } 722 | .div-2{ 723 | margin-top: -20px; 724 | } 725 | .div-3{ 726 | margin-left: 900px; 727 | } 728 | .img-11{ 729 | width: 300px; 730 | height: 300px; 731 | } 732 | .hg-2{ 733 | 734 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |
20 | At Greenwich we have transformed our Open Days to give you the chance to explore our
courses, campuses, facilities, accommodation and student support services in-person or from
your own home.
59 | March 2022
76 |
92 |
95 | We host events regularly, so there will be more
opportunities to visit very soon. What else can you
do to find out more about life at Greenwich?
We are planning to hold on-campus Open Days on 26 February 2022 and 25 June 2022. You can explore our courses, campuses, facilities,
accommodation and speak to our staff and current students. Don't worry if you cannot attend in person, we will also have live and on-demand
online content.
223 |
234 |
245 | The University of Greenwich is based in London and Medway. You can reach our campuses by car or via public transport
257 | (including bus and rail), with easy connections from airports in London.
The largest of our three campuses, Greenwich
Campus sits on a World Heritage Site on the
banks of the River Thames. It is centered on three
baroque buildings designed by Sir Christopher
Wren for the Royal Navy at the end of the 17th
century.
You can find out more about it in our campuses
section.
Excellent transport links provide a 10 minute train
journey to Central London.
276 | The University of Greenwich is a charity and company limited by guarantee, registered in England.
362 |University
365 |Alliance
366 |
372 |