diff --git a/portfolio/.gitignore b/portfolio/.gitignore new file mode 100644 index 0000000..7ea612f --- /dev/null +++ b/portfolio/.gitignore @@ -0,0 +1,427 @@ +# Created by https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=dotnetcore,visualstudio,visualstudiocode + +### DotnetCore ### +# .NET Core build folders +bin/ +obj/ + +# Common node modules locations +/node_modules +/wwwroot/node_modules + +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +### VisualStudio ### +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +*.code-workspace + +# Local History for Visual Studio Code + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml + +### VisualStudio Patch ### +# Additional files built by Visual Studio + +# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,visualstudio,visualstudiocode \ No newline at end of file diff --git a/portfolio/README.md b/portfolio/README.md new file mode 100644 index 0000000..9081372 --- /dev/null +++ b/portfolio/README.md @@ -0,0 +1,2 @@ +# portfolio +Code de mon portfolio personnel, réalisé à l'aide du framework .NET Blazor. diff --git a/portfolio/portfolioSiwa/.dockerignore b/portfolio/portfolioSiwa/.dockerignore new file mode 100644 index 0000000..4d72b4f --- /dev/null +++ b/portfolio/portfolioSiwa/.dockerignore @@ -0,0 +1,30 @@ +**/.classpath +**/.dockerignore +**/.env +**/.git +**/.gitignore +**/.project +**/.settings +**/.toolstarget +**/.vs +**/.vscode +**/*.*proj.user +**/*.dbmdl +**/*.jfm +**/azds.yaml +**/bin +**/charts +**/docker-compose* +**/Dockerfile* +**/node_modules +**/npm-debug.log +**/obj +**/secrets.dev.yaml +**/values.dev.yaml +LICENSE +README.md +!**/.gitignore +!.git/HEAD +!.git/config +!.git/packed-refs +!.git/refs/heads/** \ No newline at end of file diff --git a/portfolio/portfolioSiwa/Dockerfile b/portfolio/portfolioSiwa/Dockerfile new file mode 100644 index 0000000..eab7149 --- /dev/null +++ b/portfolio/portfolioSiwa/Dockerfile @@ -0,0 +1,25 @@ +#See https://aka.ms/customizecontainer to learn how to customize your debug container and how Visual Studio uses this Dockerfile to build your images for faster debugging. + +FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +USER app +WORKDIR /app +EXPOSE 8080 +EXPOSE 8081 + +FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +ARG BUILD_CONFIGURATION=Release +WORKDIR /src +COPY ["portfolioSiwa/portfolioSiwa.csproj", "portfolioSiwa/"] +RUN dotnet restore "./portfolioSiwa/portfolioSiwa.csproj" +COPY . . +WORKDIR "/src/portfolioSiwa" +RUN dotnet build "./portfolioSiwa.csproj" -c $BUILD_CONFIGURATION -o /app/build + +FROM build AS publish +ARG BUILD_CONFIGURATION=Release +RUN dotnet publish "./portfolioSiwa.csproj" -c $BUILD_CONFIGURATION -o /app/publish /p:UseAppHost=false + +FROM base AS final +WORKDIR /app +COPY --from=publish /app/publish . +ENTRYPOINT ["dotnet", "portfolioSiwa.dll"] \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa.sln b/portfolio/portfolioSiwa/portfolioSiwa.sln new file mode 100644 index 0000000..aa1f914 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.9.34622.214 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "portfolioSiwa", "portfolioSiwa\portfolioSiwa.csproj", "{E563EF2E-898C-4173-9C67-0B9C269713DA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E563EF2E-898C-4173-9C67-0B9C269713DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E563EF2E-898C-4173-9C67-0B9C269713DA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E563EF2E-898C-4173-9C67-0B9C269713DA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E563EF2E-898C-4173-9C67-0B9C269713DA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9F8C7850-58C4-4350-AE20-7F6CD5580C9D} + EndGlobalSection +EndGlobal diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/App.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/App.razor new file mode 100644 index 0000000..0b2bd9f --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/App.razor @@ -0,0 +1,28 @@ +@using Microsoft.AspNetCore.Components.Web + + + + + + + + + + + + + + + + @* *@ + + + + + + + + + + + diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Layout/MainLayout.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/Layout/MainLayout.razor new file mode 100644 index 0000000..4f36731 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Layout/MainLayout.razor @@ -0,0 +1,9 @@ +@inherits LayoutComponentBase + +@Body + +
+ An unhandled error has occurred. + Reload + 🗙 +
diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Layout/MainLayout.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/Layout/MainLayout.razor.css new file mode 100644 index 0000000..d3877a1 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Layout/MainLayout.razor.css @@ -0,0 +1,18 @@ +#blazor-error-ui { + background: lightyellow; + bottom: 0; + box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); + display: none; + left: 0; + padding: 0.6rem 1.25rem 0.7rem 1.25rem; + position: fixed; + width: 100%; + z-index: 1000; +} + + #blazor-error-ui .dismiss { + cursor: pointer; + position: absolute; + right: 0.75rem; + top: 0.5rem; + } diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/Error.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/Error.razor new file mode 100644 index 0000000..7a84043 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/Error.razor @@ -0,0 +1,36 @@ +@page "/Error" +@using System.Diagnostics + +Error + +

Error.

+

An error occurred while processing your request.

+ +@if (ShowRequestId) +{ +

+ Request ID: @RequestId +

+} + +

Development Mode

+

+ Swapping to Development environment will display more detailed information about the error that occurred. +

+

+ The Development environment shouldn't be enabled for deployed applications. + It can result in displaying sensitive information from exceptions to end users. + For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + and restarting the app. +

+ +@code{ + [CascadingParameter] + private HttpContext? HttpContext { get; set; } + + private string? RequestId { get; set; } + private bool ShowRequestId => !string.IsNullOrEmpty(RequestId); + + protected override void OnInitialized() => + RequestId = Activity.Current?.Id ?? HttpContext?.TraceIdentifier; +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/PageVerax/PageVerax.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/PageVerax/PageVerax.razor new file mode 100644 index 0000000..5dc735e --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/PageVerax/PageVerax.razor @@ -0,0 +1,10 @@ +@page "/verax" +@using portfolioSiwa.Components.navbar + + + +

PageVerax

+ +@code { + +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/PageVerax/PageVerax.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/PageVerax/PageVerax.razor.css new file mode 100644 index 0000000..b8b0224 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/PageVerax/PageVerax.razor.css @@ -0,0 +1,3 @@ +h3 { + color : white; +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/home/Home.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/home/Home.razor new file mode 100644 index 0000000..2b0ebd3 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/home/Home.razor @@ -0,0 +1,101 @@ +@page "/" + +@using portfolioSiwa.Components.navbar +@using portfolioSiwa.Components.hautDePage +@using portfolioSiwa.Components.carteProjet +@using portfolioSiwa.Components.listeCompetences +@using portfolioSiwa.Components.anchorNavigation + + + + +Jean Marcillac + + + +
+ + + +
+ +
+ +
+ +

Mes compétences

+ +
+ +
+
+ + +
+ + + +

Mes projets

+ +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+ + +
+ + +
+ + +
+ +
+ + + +
+
+ +
+ +
+ + +@*
+ +

Portfolio toujours en cours de développement. Sa version finale sera publiée le 06/04/2024 au soir !

+ +
*@ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/home/Home.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/home/Home.razor.css new file mode 100644 index 0000000..dce3d6e --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Pages/home/Home.razor.css @@ -0,0 +1,69 @@ +body { + background-color : red; + color : green; +} + +.listeCompetences { + + margin-left : 6%; + margin-right : 6%; +} + + +.hautDePage { + + margin-top : 10vh; + +} + +.conteneurProjets1 { + height : 60vh; + width : 90%; + margin-left : 5%; + margin-right : 5%; + margin-top : 1vh; + display : flex; + flex-direction : row; + align-items : center; + justify-content : space-around; + margin-bottom : 5vh; +} + +.carteProjet1 { + height : 95%; + width : 35%; +} + +.carteProjet2 { + + height : 95%; + width : 22%; +} + +.titreSection1 { + margin-top: 17vh; + color: white; + font-family: Candara; + font-size: 5vh; + margin-left: 6%; +} + +.msgTemporaire { + margin-top: 10vh; + width: 70%; + margin-left: 15%; + margin-right: 15%; + height: 15vh; + color: white; + font-family: Candara; + padding: 3vh; + font-size: 2.6vh; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + border-radius: 20px; + background: #2b5876; + background: -webkit-linear-gradient(to right, #4e4376, #2b5876); + background: linear-gradient(to right, #4e4376, #2b5876); +} \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/Routes.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/Routes.razor new file mode 100644 index 0000000..8d744a2 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/Routes.razor @@ -0,0 +1,6 @@ + + + + + + diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/_Imports.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/_Imports.razor new file mode 100644 index 0000000..3427c37 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/_Imports.razor @@ -0,0 +1,10 @@ +@using System.Net.Http +@using System.Net.Http.Json +@using Microsoft.AspNetCore.Components.Forms +@using Microsoft.AspNetCore.Components.Routing +@using Microsoft.AspNetCore.Components.Web +@using static Microsoft.AspNetCore.Components.Web.RenderMode +@using Microsoft.AspNetCore.Components.Web.Virtualization +@using Microsoft.JSInterop +@using portfolioSiwa +@using portfolioSiwa.Components diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/anchorNavigation/AnchorNavigation.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/anchorNavigation/AnchorNavigation.razor new file mode 100644 index 0000000..6ef2149 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/anchorNavigation/AnchorNavigation.razor @@ -0,0 +1,61 @@ +@inject IJSRuntime JSRuntime +@inject NavigationManager NavigationManager +@implements IDisposable + + + + +@code { + protected override void OnInitialized() + { + NavigationManager.LocationChanged += OnLocationChanged; + } + + protected override async Task OnAfterRenderAsync(bool firstRender) + { + await ScrollToFragment(); + } + + public void Dispose() + { + NavigationManager.LocationChanged -= OnLocationChanged; + } + + private async void OnLocationChanged(object sender, LocationChangedEventArgs e) + { + await ScrollToFragment(); + } + + private async Task ScrollToFragment() + { + var uri = new Uri(NavigationManager.Uri, UriKind.Absolute); + var fragment = uri.Fragment; + if (fragment.StartsWith('#')) + { + // Handle text fragment (https://example.org/#test:~:text=foo) + // https://github.com/WICG/scroll-to-text-fragment/ + var elementId = fragment.Substring(1); + var index = elementId.IndexOf(":~:", StringComparison.Ordinal); + if (index > 0) + { + elementId = elementId.Substring(0, index); + } + + if (!string.IsNullOrEmpty(elementId)) + { + await JSRuntime.InvokeVoidAsync("BlazorScrollToId", elementId); + } + } + } +} \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor new file mode 100644 index 0000000..ed88c93 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor @@ -0,0 +1,36 @@ +
+ + Image + +
+ +

@titre

+

@paragraphe

+ +
+ +
+ + @if (redirectionGithub != "invisible") + { +
+ + GitHub + +
+ + @if (cheminPageAssociee != null) + { + + + } + } + +
+ +
@texteTag
+ +
diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor.cs b/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor.cs new file mode 100644 index 0000000..5c8428a --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor.cs @@ -0,0 +1,42 @@ +using Microsoft.AspNetCore.Components; + +namespace portfolioSiwa.Components.carteProjet +{ + public partial class CarteProjet + { + + [Parameter] + public String cheminImage { get; set; } + + [Parameter] + public String titre { get; set; } + + [Parameter] + public String paragraphe { get; set; } + + [Parameter] + public String texteTag { get; set; } + + [Parameter] + public String redirectionGithub { get; set; } + + [Parameter] + public String cheminPageAssociee { get; set; } + + [Inject] + private NavigationManager navigationManager { get; set; } + + + public CarteProjet() + { + Console.WriteLine("Construction d'une carte"); + } + + public void redirectionBouton() + { + String chemin = "/" + this.cheminPageAssociee; + Console.WriteLine("Passage dans le Card cliqué ! : " + chemin); + this.navigationManager.NavigateTo(chemin); + } + } +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor.css new file mode 100644 index 0000000..7d26bf7 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/carteProjet/CarteProjet.razor.css @@ -0,0 +1,112 @@ +.card { + position: relative; + border-radius: 20px; + border: 3px solid #ccc; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + overflow: hidden; +/* cursor: pointer;*/ + width: 100%; + height: 100%; + color: white; + font-family: Candara; + text-align: center; + transition: background-color 0.3s ease; +} + +.redirectionsCarte { + + width : 10vh; + height :4.7vh; +} + +.redirectionsCarte img { + + width : 40%; + height : 90%; +} + +.card:hover { + background-color: #0d1117; +} + +.card h3 { + font-size: 3vh; + margin-top: 0; +} + +.card p { + margin-bottom: 1vh; + font-size: 2.1vh; +} + +.tag { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + color: white; + border-top: 2px white solid; + margin-bottom : 0.7vh; + padding : 1vh; +} + +.card:hover { + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); +} + +.card-image { + width: 100%; + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom: 2px white solid; + height: 40%; + object-fit: cover; +} + +.card-content { + padding-top : 1vh; + height : 35%; + padding-left : 1vh; + padding-right : 1vh; +} + + +.informations { + display : flex; + flex-direction : row; + align-items : center; + justify-content : space-around; + height : 10%; +} + +.btn-discover { + background-color: black; + color: white; + border: 2px solid white; + border-radius: 20px; + font-family: Candara; + transition: background-color 0.3s ease; + padding-top: 1vh; + padding-bottom: 1vh; + padding-left: 1vh; + padding-right: 1vh; + margin-bottom: 3%; + font-size: 16px; + cursor: pointer; + display: inline-flex; + align-items: center; + + width : 40%; +} + +.btn-discover:hover { + background-color: #0d1117; +} + + +.icon { + width: 14%; + margin-right : 3%; + height: auto; +} + diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor new file mode 100644 index 0000000..53fb869 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor @@ -0,0 +1,14 @@ +
+ +
+ +

@titre,

+ +

@description

+
+ +
+ Photo de Profil +
+ +
diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor.cs b/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor.cs new file mode 100644 index 0000000..b4289a2 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor.cs @@ -0,0 +1,30 @@ +using Microsoft.AspNetCore.Components; + +namespace portfolioSiwa.Components.hautDePage +{ + public partial class HautDePage + { + [Parameter] + public MarkupString description { get; set; } + + [Parameter] + public String titre { get; set; } + + [Parameter] + public String cheminImage { get; set; } + + protected override void OnInitialized() + { + this.cheminImage = "/images/photoProfil.png"; + this.titre = "Jean Marcillac"; + + MarkupString msgHautDePage = new MarkupString("Passionné par l'informatique et le numérique depuis " + + "des années, je suis actuellement étudiant en BUT Informatique à Clermont-Ferrand dans l'optique de " + + "devenir un développeur full-stack pleinement qualifié.

Engagé en tant que président dans les " + + "travaux de l'association Valorium, travaillant à la collaboration de communautés et à la création d'un univers " + + "virtuel autour du jeu Minecraft."); + + this.description = msgHautDePage; + } + } +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor.css new file mode 100644 index 0000000..c457472 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/hautDePage/HautDePage.razor.css @@ -0,0 +1,40 @@ +.profile-container { + color: white; + background-color: black; + display: flex; + justify-content : space-around; + align-items : center; +} + +.nomEtTexte { + height : 100%; + width : 50%; +} + +.profile-container h1 { + font-family : Candara; + margin-bottom : 0%; + font-size: 9.4vh; +} + +.profile-container p { + margin-top : 0%; + font-family : Candara; + font-size : 2.7vh; + font-weight : 100; +} + +.profile-image-container { + display: flex; + justify-content: center; + align-items: center; + +} + +.profile-image { + border-radius: 50%; + border : 10px #1e1e1e solid; + width: 35vh; + height: 35vh; + object-fit: cover; +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor new file mode 100644 index 0000000..1eb53d4 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor @@ -0,0 +1,99 @@ +
+ +
+ +

Languages maîtrisés

+ +
+ +
+
+ GitHub +

Java

+
+ +
+ GitHub +

C++

+
+ +
+ GitHub +

C

+
+ +
+ GitHub +

Sql

+
+
+ + + +
+
+ Html +

Html

+
+ +
+ Html +

Css

+
+ +
+ Html +

Javascript

+
+ + +
+ GitHub +

Php

+
+
+ + + +
+ + + + + +
+ + +
+ +

Outils & Frameworks

+ +
+ GitHub +

Git

+
+ +
+ GitHub +

Bash

+
+ +
+ GitHub +

Docker

+
+ +
+ GitHub +

MongoDB

+
+ + +
+ GitHub +

.NET Blazor

+
+ +
+ +
\ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor.cs b/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor.cs new file mode 100644 index 0000000..152809f --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor.cs @@ -0,0 +1,7 @@ +namespace portfolioSiwa.Components.listeCompetences +{ + public partial class ListeCompetences + { + + } +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor.css new file mode 100644 index 0000000..0093d3d --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/listeCompetences/ListeCompetences.razor.css @@ -0,0 +1,100 @@ +.listeCompetences{ + display: flex; + flex-direction: row; + justify-content: space-around; + align-items: flex-start; + gap: 1vh; + font-family : Candara; + color : white; +} + +/*.liste1 { + + display : flex; + flex-direction : row; + justify-content : space-around; + align-items : center; +}*/ + +.colonnesListe { + display: flex; + flex-direction: row; + justify-content: flex-start; + align-items: center; + +/* border : 3px yellow solid;*/ +} + +.colonneGauche, .colonneDroite { + +/* border : 3px red solid;*/ + margin-right : 8%; + + display : flex; + flex-direction : column; + justify-content : center; + align-items : center; +} + +h3 { + + font-size : 3.5vh; +} + +p { + + font-size : 2.7vh; + font-weight : 100; +} + +.liste1, .liste2 { + flex: 1; +} + +.elementListe { + display: flex; + align-items: center; /* Centre les éléments de la liste verticalement */ + gap: 1vh; /* Espace entre l'icône et le texte */ +} + +.elementListe img { + width: 24px; /* ou toute autre taille appropriée */ + height: auto; +} + + + +/*.listeCompetences { + + color : white; + font-family : Candara; + + flex-direction : row; + align-items : center; + justify-content : space-around; + + border : 3px red solid; + + +} + + +img { + width : 1.4%; + height : 1.4%; +} + +.elementListe { + + display : flex; + flex-direction : row; + align-items : center; +} + +.liste { + + display : flex; + flex-direction : column; + + border : 3px solid yellow; +}*/ \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor b/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor new file mode 100644 index 0000000..ec2fffd --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor @@ -0,0 +1,37 @@ + diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor.cs b/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor.cs new file mode 100644 index 0000000..1e294ea --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor.cs @@ -0,0 +1,27 @@ +using Microsoft.AspNetCore.Components; + +namespace portfolioSiwa.Components.navbar +{ + public partial class Navbar + { + [Parameter] + public String cheminProfilGithub { get; set; } + + [Parameter] + public String cheminImageGithub { get; set; } + + [Inject] + private NavigationManager navigationManager { get; set; } + + protected override void OnInitialized() + { + this.cheminProfilGithub = "https://github.com/Siwa12100"; + this.cheminImageGithub = "/icones/iconeGithub.png"; + } + + public void retourAccueil() + { + this.navigationManager.NavigateTo("/"); + } + } +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor.css b/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor.css new file mode 100644 index 0000000..68c32e0 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Components/navbar/Navbar.razor.css @@ -0,0 +1,84 @@ +.navbar { + background-color: #000000; + color: white; + display: flex; + justify-content: space-around; + padding: 0.5rem; + align-items: center; + font-family: Candara; + height: 7vh; + + border-bottom : #1e1e1e solid 1px; +} + +.navbar-brand { + display: flex; + font-family : Candara; + font-size : 2.7vh; + font-weight : bold; + height: 100%; + width : 15%; + align-items: center; +} + +#ichtml { + height : 50%; + +} + +.navbar-brand img { + margin-right: 0.5rem; +} + +.navbar-menu { + + display: flex; + flex-direction : row; + justify-content : space-around; + height: 100%; + width : 50%; +} + +.navbar-item { + display: flex; + align-items: center; + margin-right: 1rem; + text-decoration: none; + color: white; + + font-size : 2.4vh; +} + +#projets, #cv, #competences, #formation { + + height : 50%; +} + +.navbar-item img { + margin-right: 0.5rem; +} + +.navbar-item span { + display: none; + +} + +.navbar-end { + + display: flex; + flex-direction : row; + justify-content : center; + height: 10vh; + width : 15%; +} + +#github { + + height: 43%; +} + +@media (min-width: 768px) { + .navbar-item span { + display: inline; + } +} \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Program.cs b/portfolio/portfolioSiwa/portfolioSiwa/Program.cs new file mode 100644 index 0000000..ee89577 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Program.cs @@ -0,0 +1,27 @@ +using portfolioSiwa.Components; + +var builder = WebApplication.CreateBuilder(args); + +// Add services to the container. +builder.Services.AddRazorComponents() + .AddInteractiveServerComponents(); + +var app = builder.Build(); + +// Configure the HTTP request pipeline. +if (!app.Environment.IsDevelopment()) +{ + app.UseExceptionHandler("/Error", createScopeForErrors: true); + // The default HSTS value is 30 days. You may want to change this for production scenarios, see https://aka.ms/aspnetcore-hsts. + app.UseHsts(); +} + +app.UseHttpsRedirection(); + +app.UseStaticFiles(); +app.UseAntiforgery(); + +app.MapRazorComponents() + .AddInteractiveServerRenderMode(); + +app.Run(); diff --git a/portfolio/portfolioSiwa/portfolioSiwa/Properties/launchSettings.json b/portfolio/portfolioSiwa/portfolioSiwa/Properties/launchSettings.json new file mode 100644 index 0000000..9d5833f --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/Properties/launchSettings.json @@ -0,0 +1,49 @@ +{ + "profiles": { + "http": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5020" + }, + "https": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": true, + "applicationUrl": "https://localhost:7063;http://localhost:5020" + }, + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Container (Dockerfile)": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}", + "environmentVariables": { + "ASPNETCORE_HTTPS_PORTS": "8081", + "ASPNETCORE_HTTP_PORTS": "8080" + }, + "publishAllPorts": true, + "useSSL": true + } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:5562", + "sslPort": 44345 + } + } +} \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/appsettings.Development.json b/portfolio/portfolioSiwa/portfolioSiwa/appsettings.Development.json new file mode 100644 index 0000000..ff66ba6 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/appsettings.json b/portfolio/portfolioSiwa/portfolioSiwa/appsettings.json new file mode 100644 index 0000000..4d56694 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/appsettings.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/portfolioSiwa.csproj b/portfolio/portfolioSiwa/portfolioSiwa/portfolioSiwa.csproj new file mode 100644 index 0000000..1d4f02d --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/portfolioSiwa.csproj @@ -0,0 +1,35 @@ + + + + net8.0 + enable + enable + 1eba0f83-7498-4972-821d-20a0e3bee835 + Linux + + + + + + + + + + + + + + + + + + + + <_ContentIncludedByDefault Remove="Components\Pages\home\PageVerax.razor" /> + + + + + + + diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/app.css b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/app.css new file mode 100644 index 0000000..fa26c85 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/app.css @@ -0,0 +1,34 @@ +h1:focus { + outline: none; +} + +.valid.modified:not([type=checkbox]) { + outline: 1px solid #26b050; +} + +.invalid { + outline: 1px solid #e50000; +} + +.validation-message { + color: #e50000; +} + +.blazor-error-boundary { + background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121; + padding: 1rem 1rem 1rem 3.7rem; + color: white; +} + +.blazor-error-boundary::after { + content: "An error has occurred." +} + +.darker-border-checkbox.form-check-input { + border-color: #929292; +} + +body { + background-color: #000000; + margin: 0%; +} diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeBash.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeBash.png new file mode 100644 index 0000000..389e9a8 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeBash.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeBlazor.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeBlazor.png new file mode 100644 index 0000000..fb308a8 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeBlazor.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeC.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeC.png new file mode 100644 index 0000000..1158518 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeC.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCV.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCV.png new file mode 100644 index 0000000..62bdcea Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCV.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCompetences.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCompetences.png new file mode 100644 index 0000000..55bc7c7 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCompetences.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCpp.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCpp.png new file mode 100644 index 0000000..a1fc88f Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCpp.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCss.svg b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCss.svg new file mode 100644 index 0000000..d5d4d9d --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeCss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeDocker.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeDocker.png new file mode 100644 index 0000000..2a414e3 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeDocker.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeFormation.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeFormation.png new file mode 100644 index 0000000..7141953 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeFormation.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeGit.svg b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeGit.svg new file mode 100644 index 0000000..5bf444b --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeGit.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeGithub.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeGithub.png new file mode 100644 index 0000000..6c3b3cd Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeGithub.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtml.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtml.png new file mode 100644 index 0000000..5c5bb46 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtml.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtmlCssJs.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtmlCssJs.png new file mode 100644 index 0000000..92bc602 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtmlCssJs.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtmlV2.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtmlV2.png new file mode 100644 index 0000000..5c5bb46 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeHtmlV2.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeJava.svg b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeJava.svg new file mode 100644 index 0000000..d6664a1 --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeJava.svg @@ -0,0 +1 @@ + diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeJavascript.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeJavascript.png new file mode 100644 index 0000000..0dcc075 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeJavascript.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeMongo.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeMongo.png new file mode 100644 index 0000000..cf9cc81 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeMongo.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeParchemin.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeParchemin.png new file mode 100644 index 0000000..6876b67 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeParchemin.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconePhp.svg b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconePhp.svg new file mode 100644 index 0000000..e4f137c --- /dev/null +++ b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconePhp.svg @@ -0,0 +1,96 @@ + + + Official PHP Logo + + + + image/svg+xml + + Official PHP Logo + + + Colin Viebrock + + + + + + + + + + + + Copyright Colin Viebrock 1997 - All rights reserved. + + + 1997 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeProjets.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeProjets.png new file mode 100644 index 0000000..751ef93 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeProjets.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeSql.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeSql.png new file mode 100644 index 0000000..9ad0ed8 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/icones/iconeSql.png differ diff --git a/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/images/photoProfil.png b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/images/photoProfil.png new file mode 100644 index 0000000..604c9b8 Binary files /dev/null and b/portfolio/portfolioSiwa/portfolioSiwa/wwwroot/images/photoProfil.png differ