Added file with links
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
using System.Diagnostics;
|
using System.Collections.Generic;
|
||||||
|
using System.Diagnostics;
|
||||||
using Microsoft.AspNetCore.Mvc;
|
using Microsoft.AspNetCore.Mvc;
|
||||||
using MyWebsite.Models;
|
using MyWebsite.Models;
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
namespace MyWebsite.Controllers
|
namespace MyWebsite.Controllers
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace MyWebsite.Models
|
||||||
|
{
|
||||||
|
public class Link
|
||||||
|
{
|
||||||
|
public string Title { get; set; }
|
||||||
|
public string Socicon { get; set; }
|
||||||
|
public string Username { get; set; }
|
||||||
|
public string Url { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,56 @@
|
|||||||
|
{
|
||||||
|
"email": {
|
||||||
|
"Title": "Email",
|
||||||
|
"Socicon": "outlook",
|
||||||
|
"Username": "michael.xfox@outlook.com",
|
||||||
|
"Url": "mailto:michael.xfox@outlook.com"
|
||||||
|
},
|
||||||
|
"linkedin": {
|
||||||
|
"Title": "LinkedIn",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"vk": {
|
||||||
|
"Title": "Vkontakte",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"telegram": {
|
||||||
|
"Title": "Telegram",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"skype": {
|
||||||
|
"Title": "Skype",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"twitter": {
|
||||||
|
"Title": "Twitter",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"twitch": {
|
||||||
|
"Title": "Twitch",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"youtube": {
|
||||||
|
"Title": "YouTube",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
},
|
||||||
|
"github": {
|
||||||
|
"Title": "GitHub",
|
||||||
|
"Socicon": "linkedin",
|
||||||
|
"Username": "@xfox",
|
||||||
|
"Url": "//linkedin.com/in/xfox"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user