This repository has been archived by the owner on Aug 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from dotnetcameroon/feature/event-page
Feature/event page
- Loading branch information
Showing
6 changed files
with
334 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
@page | ||
@model DotNet_Cameroon.Pages.EventModel | ||
@{ | ||
} | ||
<!-- Facts Start --> | ||
@await Html.PartialAsync("__FactCounter") | ||
<!-- Facts Start --> | ||
<!-- Service Start --> | ||
@await Html.PartialAsync("__Event") | ||
<!-- Service End --> | ||
<!-- Service Start --> | ||
@await Html.PartialAsync("__Speaker") | ||
<!-- Service End --> | ||
<!-- Service Start --> | ||
@await Html.PartialAsync("__Gallery") | ||
<!-- Service End --> | ||
<!-- Vendor Start --> | ||
@await Html.PartialAsync("__Vendor") | ||
<!-- Vendor End --> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using DotNetCameroon; | ||
using Microsoft.AspNetCore.Mvc; | ||
using Microsoft.AspNetCore.Mvc.RazorPages; | ||
|
||
namespace DotNet_Cameroon.Pages | ||
{ | ||
public class EventModel : PageModel | ||
{ | ||
public void OnGet() | ||
{ | ||
this.SetupViewDataTitleFromUrl(); | ||
} | ||
} | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<!-- Countdown Section Start --> | ||
<section class="countdown-timer section-padding"> | ||
<div class="container"> | ||
<div class="row text-center"> | ||
<div class="col"> | ||
<h2 class="fw-bold mb-4">DotNet Conf 2024 Cameroun</h2> | ||
</div> | ||
</div> | ||
<div class="row justify-content-center"> | ||
<div class="col-auto"> | ||
<div id="clock" class="time-count"></div> | ||
</div> | ||
</div> | ||
<div class="row justify-content-center mt-4"> | ||
<div class="col-auto"> | ||
<a href="pricing.html" class="btn btn-primary">S'Inscrire</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<div class="mt-5"></div> | ||
<!-- Countdown Section End --> | ||
<!-- Services Section Start --> | ||
<section id="services" class="services section-padding bg-light"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col text-center"> | ||
<div class="section-title-header"> | ||
<h2 class="section-title mb-4 fw-bold">Pourquoi Nous Choisir ?</h2> | ||
<p class="section-subtitle">Événement mondial sur les technologies de l'information</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4"> | ||
<!-- Services item --> | ||
<div class="col"> | ||
<div class="services-item text-center bg-white p-4 rounded-3 shadow-sm"> | ||
<div class="icon mb-3"> | ||
<i class="lni-desktop display-4 text-primary"></i> | ||
</div> | ||
<div class="services-content"> | ||
<h3 class="mb-3"><a href="#" class="text-decoration-none text-dark">Développement IT</a></h3> | ||
<p class="mb-0">Découvrez les dernières tendances et pratiques en matière de développement IT.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Services item --> | ||
<div class="col"> | ||
<div class="services-item text-center bg-white p-4 rounded-3 shadow-sm"> | ||
<div class="icon mb-3"> | ||
<i class="lni-cloud display-4 text-primary"></i> | ||
</div> | ||
<div class="services-content"> | ||
<h3 class="mb-3"><a href="#" class="text-decoration-none text-dark">Cloud Computing</a></h3> | ||
<p class="mb-0">Explorez les innovations et les solutions de cloud computing pour les entreprises.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Services item --> | ||
<div class="col"> | ||
<div class="services-item text-center bg-white p-4 rounded-3 shadow-sm"> | ||
<div class="icon mb-3"> | ||
<i class="lni-server display-4 text-primary"></i> | ||
</div> | ||
<div class="services-content"> | ||
<h3 class="mb-3"><a href="#" class="text-decoration-none text-dark">Infrastructure IT</a></h3> | ||
<p class="mb-0">Informations sur la gestion et l'optimisation des infrastructures IT.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Services item --> | ||
<div class="col"> | ||
<div class="services-item text-center bg-white p-4 rounded-3 shadow-sm"> | ||
<div class="icon mb-3"> | ||
<i class="lni-database display-4 text-primary"></i> | ||
</div> | ||
<div class="services-content"> | ||
<h3 class="mb-3"><a href="#" class="text-decoration-none text-dark">Big Data</a></h3> | ||
<p class="mb-0">Approfondissez vos connaissances sur le traitement et l'analyse des données massives.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Services item --> | ||
<div class="col"> | ||
<div class="services-item text-center bg-white p-4 rounded-3 shadow-sm"> | ||
<div class="icon mb-3"> | ||
<i class="lni-mobile display-4 text-primary"></i> | ||
</div> | ||
<div class="services-content"> | ||
<h3 class="mb-3"><a href="#" class="text-decoration-none text-dark">Applications Mobiles</a></h3> | ||
<p class="mb-0">Innovations et meilleures pratiques pour le développement d'applications mobiles.</p> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Services item --> | ||
<div class="col"> | ||
<div class="services-item text-center bg-white p-4 rounded-3 shadow-sm"> | ||
<div class="icon mb-3"> | ||
<i class="lni-monitor display-4 text-primary"></i> | ||
</div> | ||
<div class="services-content"> | ||
<h3 class="mb-3"><a href="#" class="text-decoration-none text-dark">Cybersécurité</a></h3> | ||
<p class="mb-0">Stratégies et technologies de pointe pour la sécurité informatique et des données.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<!-- Espacement vertical après la section Services --> | ||
<div class="mt-5"></div> | ||
</div> | ||
</section> | ||
<!-- Services Section End --> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!-- Gallery Section Start --> | ||
<section id="gallery" class="section-padding"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div class="section-title-header text-center"> | ||
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Gallery</h1> | ||
<p class="wow fadeInDown" data-wow-delay="0.2s">Event </p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-md-6 col-sm-6 col-lg-4 mb-4"> | ||
<div class="gallery-box"> | ||
<div class="img-thumb"> | ||
<a href="~/landingpage/img/infinitydays_2023/_DSC5658.jpg" data-lightbox="gallery" data-title="Image 1"> | ||
<img class="img-fluid" src="~/landingpage/img/infinitydays_2023/_DSC5658.jpg" alt="Image 1"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-sm-6 col-lg-4 mb-4"> | ||
<div class="gallery-box"> | ||
<div class="img-thumb"> | ||
<a href="~/landingpage/img/infinitydays_2023/_DSC5658.jpg" data-lightbox="gallery" data-title="Image 2"> | ||
<img class="img-fluid" src="~/landingpage/img/infinitydays_2023/_DSC5658.jpg" alt="Image 2"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-sm-6 col-lg-4 mb-4"> | ||
<div class="gallery-box"> | ||
<div class="img-thumb"> | ||
<a href="assets/img/gallery/img-3.jpg" data-lightbox="gallery" data-title="Image 3"> | ||
<img class="img-fluid" src="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" alt="Image 3"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-sm-6 col-lg-4 mb-4"> | ||
<div class="gallery-box"> | ||
<div class="img-thumb"> | ||
<a href="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" data-lightbox="gallery" data-title="Image 4"> | ||
<img class="img-fluid" src="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" alt="Image 4"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-sm-6 col-lg-4 mb-4"> | ||
<div class="gallery-box"> | ||
<div class="img-thumb"> | ||
<a href="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" data-lightbox="gallery" data-title="Image 5"> | ||
<img class="img-fluid" src="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" alt="Image 5"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-md-6 col-sm-6 col-lg-4 mb-4"> | ||
<div class="gallery-box"> | ||
<div class="img-thumb"> | ||
<a href="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" data-lightbox="gallery" data-title="Image 6"> | ||
<img class="img-fluid" src="~/landingpage/img/infinitydays_2023/_DSC5663.jpg" alt="Image 6"> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row justify-content-center mt-4"> | ||
<div class="col-auto"> | ||
<a href="" class="btn btn-primary">Plus...</a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Gallery Section End --> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<!-- Team Section Start --> | ||
<section id="team" class="section-padding text-center"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div class="section-title-header text-center"> | ||
<h1 class="section-title wow fadeInUp" data-wow-delay="0.2s">Who's Speaking?</h1> | ||
<p class="wow fadeInDown" data-wow-delay="0.2s">Global Grand Event on Digital Design</p> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-sm-6 col-md-6 col-lg-4"> | ||
<!-- Team Item Starts --> | ||
<div class="team-item wow fadeInUp" data-wow-delay="0.2s"> | ||
<div class="team-img position-relative overflow-hidden"> | ||
<img class="img-fluid w-100" src="~/landingpage/img/organizer/jauresbeinjamin.jpeg" alt="Team Member"> | ||
<div class="team-social"> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-twitter fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-facebook-f fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-instagram fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-linkedin-in fw-normal"></i></a> | ||
</div> | ||
</div> | ||
<div class="info-text"> | ||
<h3><a href="#">Jaures Beinjamin</a></h3> | ||
<p>Product Designer, Tesla</p> | ||
</div> | ||
</div> | ||
<!-- Team Item Ends --> | ||
</div> | ||
<div class="col-sm-6 col-md-6 col-lg-4"> | ||
<!-- Team Item Starts --> | ||
<div class="team-item wow fadeInUp" data-wow-delay="0.4s"> | ||
<div class="team-img position-relative overflow-hidden"> | ||
<img class="img-fluid w-100" src="~/landingpage/img/organizer/jauresbeinjamin.jpeg" alt="Team Member"> | ||
<div class="team-social"> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-twitter fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-facebook-f fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-instagram fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-linkedin-in fw-normal"></i></a> | ||
</div> | ||
</div> | ||
<div class="info-text"> | ||
<h3><a href="#">Jaures Beinjamin</a></h3> | ||
<p>Front-end Developer, Dropbox</p> | ||
</div> | ||
</div> | ||
<!-- Team Item Ends --> | ||
</div> | ||
<div class="col-sm-6 col-md-6 col-lg-4"> | ||
<!-- Team Item Starts --> | ||
<div class="team-item wow fadeInUp" data-wow-delay="0.6s"> | ||
<div class="team-img position-relative overflow-hidden"> | ||
<img class="img-fluid w-100" src="~/landingpage/img/organizer/jauresbeinjamin.jpeg" alt="Team Member"> | ||
<div class="team-social"> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-twitter fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-facebook-f fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-instagram fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-linkedin-in fw-normal"></i></a> | ||
</div> | ||
</div> | ||
<div class="info-text"> | ||
<h3><a href="#">Jaures Beinjamin</a></h3> | ||
<p>Lead Designer, TNW</p> | ||
</div> | ||
</div> | ||
<!-- Team Item Ends --> | ||
</div> | ||
<!-- Add two more speakers here --> | ||
<div class="col-sm-6 col-md-6 col-lg-4"> | ||
<!-- Team Item Starts --> | ||
<div class="team-item wow fadeInUp" data-wow-delay="0.8s"> | ||
<div class="team-img position-relative overflow-hidden"> | ||
<img class="img-fluid w-100" src="~/landingpage/img/organizer/jauresbeinjamin.jpeg" alt="Team Member"> | ||
<div class="team-social"> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-twitter fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-facebook-f fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-instagram fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-linkedin-in fw-normal"></i></a> | ||
</div> | ||
</div> | ||
<div class="info-text"> | ||
<h3><a href="#">Jaures Beinjamin</a></h3> | ||
<p>UI/UX Designer, Google</p> | ||
</div> | ||
</div> | ||
<!-- Team Item Ends --> | ||
</div> | ||
<div class="col-sm-6 col-md-6 col-lg-4"> | ||
<!-- Team Item Starts --> | ||
<div class="team-item wow fadeInUp" data-wow-delay="1s"> | ||
<div class="team-img position-relative overflow-hidden"> | ||
<img class="img-fluid w-100" src="~/landingpage/img/organizer/jauresbeinjamin.jpeg" alt="Team Member"> | ||
<div class="team-social"> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-twitter fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-facebook-f fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-instagram fw-normal"></i></a> | ||
<a class="btn btn-lg btn-primary btn-lg-square rounded" href="#"><i class="fab fa-linkedin-in fw-normal"></i></a> | ||
</div> | ||
</div> | ||
<div class="info-text"> | ||
<h3><a href="#">Jaures Beinjamin</a></h3> | ||
<p>Art Di, Adobe</p> | ||
</div> | ||
</div> | ||
<!-- Team Item Ends --> | ||
</div> | ||
<!-- End of added speakers --> | ||
</div> | ||
</div> | ||
</section> |