This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM alpine:latest as build | |
| # https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working | |
| # Install required packages | |
| RUN apk --no-cache add util-linux dosfstools usbutils hwdata-usb pciutils hwdata-pci udisks2 | |
| # Define the entry point | |
| ENTRYPOINT ["/bin/sh", "-c"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-wdith"> | |
| <link rel="stylesheet" href="style.css"> | |
| <title>Google</title> | |
| </head> | |
| <body> | |
| <nav class="top_nav"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container-fluid"> | |
| <h1 class="text-center" id="headingFont">Tribute to Nelson Mandela</h1> | |
| <div class="row"> | |
| <div class="col-md-4"> | |
| <div class="thumbnail"> | |
| <img class="img-responsive" src="http://b-i.forbesimg.com/mfonobongnsehe/files/2013/12/Mandela.jpg" alt="Image of Nelson Mandela" style="max-height:220px" /> | |
| <div class="text-center textfont">Nelson Mandela, was the face of the Anti-apartheid movement</div> | |
| </div> | |
| </div> |