diff --git a/app.js b/app.js index e69de29bb..d2c216867 100644 --- a/app.js +++ b/app.js @@ -0,0 +1,18 @@ +const express = require('express'); +const app = express(); + +app.use(express.static('public')); + +app.get('/home', (request, response) => { + response.sendFile(__dirname + '/views/index.html'); +}); + +app.get('/about', (request, response) => { + response.sendFile(__dirname + '/views/about.html'); +}); + +app.get('/works', (request, response) => { + response.sendFile(__dirname + '/views/works.html'); +}); + +app.listen(3000, () => console.log('My first app listening on port 3000!')); \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 000000000..4c7095318 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "express": "^4.19.2" + } +} diff --git a/public/images/about.jpg b/public/images/about.jpg new file mode 100644 index 000000000..852062eb7 Binary files /dev/null and b/public/images/about.jpg differ diff --git a/public/images/hero.jpg b/public/images/hero.jpg new file mode 100644 index 000000000..d4164dab1 Binary files /dev/null and b/public/images/hero.jpg differ diff --git a/public/images/work.jpg b/public/images/work.jpg new file mode 100644 index 000000000..1b47b4eac Binary files /dev/null and b/public/images/work.jpg differ diff --git a/public/styles.css b/public/styles.css new file mode 100644 index 000000000..6a2d02e4e --- /dev/null +++ b/public/styles.css @@ -0,0 +1,20 @@ +body { + font-family: "Roboto"; + background-image: linear-gradient(225deg, rgb(0, 76, 255), white); + background-repeat: no-repeat; +} + +#hero { + width: 100%; + height: 660px; + background-image: url('./images/hero.jpg'); + background-size: contain; + background-position-x: center; + background-repeat: no-repeat; + display: flex; + flex-direction: column; +} + +h2 { + font-style: italic; +} \ No newline at end of file diff --git a/views/about.html b/views/about.html new file mode 100644 index 000000000..a83780ab1 --- /dev/null +++ b/views/about.html @@ -0,0 +1,30 @@ + + +
+ + + +Idan Amedi (Hebrew: עידן עמדי; born February 19, 1988) is an Israeli singer-songwriter and actor who rose to fame on the reality show Kochav Nolad in 2010.
+He has released 5 studio albums, with hit singles like "Pain of Warriors" and "Finished."
+Amedi began acting in 2017, joining the cast of the TV action series Fauda where he plays Sagi Tzur.
+In his personal life, Amedi married Miriam Benyaminov in 2018 and they have two children together.
+He was called up as an IDF reservist during the 2023 Israel-Hamas war, and was seriously injured in January 2024 while demolishing Hamas tunnels in Gaza.
+
+ On September 5 of 2011, his first full album, Idan Amedi was released. Shortly before that, he released another single, "Elaiich (To you)".
+Amedi wrote and composed all the songs of the album, the song "The Last Letter", written and composed according to the letters of Moshe Ohayon R.I.P as part of the project "Soon we will become a song". Most of the songs Amedi co-edited with Itamar Meiri and Eitan Raz.
+In February 2013, Amedi's second album, Bazman Hahachron (Recently) was released. The two singles that preceded the album, "Nigmar (Finished)" and "Beautiful Things to See" were successful and reached the top of the various chants. Next to the album came another single, "MIshum Ma (For some reason)".
+In October 2014, Amedi's debut single ("Old Voice of Memory") came out of his third album, Ratzinu Lihiyot (we wanted to be)". The song is about his memories of the Nahlaot neighborhood where his grandparents lived. It was first place on the Galgalz hit parade for a month.
+On March 14, 2016, Amedi released the first single from his fourth album, called Chelek Mehazman (Part of the time) as the album's name, which he originally wrote for singer Rita. The song reached seventh place in the Galgalatz hit parade.
+In June 2019 he released "Ani Rotze (I Want)", and in February 2020, "Mipo Lesham (From Here To There)". In May 2020, the single "Remember Almost Everything" came out. He wrote and directed the clip himself.
+
+