-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSharp.html
130 lines (112 loc) · 6.93 KB
/
CSharp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>C#</title>
<script src="https://kit.fontawesome.com/722121cb5c.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="lib/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="css/site.css" />
</head>
<body>
<!--This navbar works great -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a id="logo" href="index.html" class="navbar-brand"><img id="postionimg" src="images/codelogo.png" height="30" width="30"></a>
</div>
<div class="mynav_navbar">
<a href="index.html"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
<!-- dropdown menu 1 futher plans -->
<a href="CareerPlan.html"><i class="fas fa-chart-line" aria-hidden="true"></i> Career Plan</a>
<!-- dropdown menu 2 -->
<a href="Portfolio.html"><i class="fas fa-user-secret" aria-hidden="true"></i> Portfolio</a>
<!-- dropdown menu 3 -->
<div class="mynav_dropdown">
<button class="mynav_dropbtn">
<i class="fab fa-app-store"></i>
Free Apps
<i class="fa fa-caret-down"></i>
</button>
<div class="mynav_dropdown-content">
<a href="EducationSoftware.html"><i class="fa fa-bus" aria-hidden="true"></i> Education Software </a>
<a href="EnterpriseSoftware.html"><i class="fa fa-code" aria-hidden="true"></i> Enterprise Software</a>
<a href="EthicalSoftware.html"><i class="fa fa-code-fork" aria-hidden="true"></i> Ethical Software</a>
</div>
</div>
<!-- drop down menu 4 -->
<div class="mynav_dropdown">
<button class="mynav_dropbtn">
<i class="fas fa-project-diagram"></i>
Coding Projects
<i class="fa fa-caret-down"></i>
</button>
<div class="mynav_dropdown-content">
<a href="OpenCVP.html"><i class="fab fa-opencart"></i> OpenCV</a>
<a href="JavaScriptP.html"><i class="fab fa-js"></i> Java Scripts</a>
<a href="JavaP.html"><i class="fab fa-java" aria-hidden="true"></i> Java</a>
<a href="CSharp.html"><i class="fas fa-laptop" aria-hidden="true"></i> C#</a>
<a href="PythonP.html"><i class="fab fa-python" aria-hidden="true"></i> Python</a>
</div>
</div>
<!-- end of your drop down menu -->
<a href="About.html">About Me</a>
</div>
</div>
</nav>
<!-- end of main navbar -->
<div class="container">
<div class="card">
<div class="box">
<div class="percent">
<svg>
<circle cx="70" cy="70" r="70"></circle>
<circle cx="70" cy="70" r="70"></circle>
</svg>
<div class="number">
<h2>95<span>%</span></h2>
</div>
</div>
<h2 class="text-capitalize">C# Skill Level</h2>
<hr />
<br />
<br />
</div><!-- end of the box div -->
<div class="my_home_div1">
<p>
In this section of the website , you will find some example of C# code and Projects feel free to
explore and get intouch if you <br />require any futher details. Some project are password protected.<br />
</p>
<h3>Professional Level </h3>
<ul>
<li> your links here .... </li>
</ul>
<hr />
<p></p>
<br><br />
<h3> Learning Zone</h3>
<br />
<ul>
<li><p> Final year Project BSc(Hons) XploR cane Registration System "Please google 'XploR Cane' for additonal information , this file is password protected <a href="CSharp/WebApplication.zip">XploR Cane Registration</a></p></li>
<li><p> BSc(Hons) second year project also password protected 'SoundDex the EPIC' <a href="dproj/CSharp/SounddexApplication_S13189954.zip">SoundDex EPIC</a></p></li>
<li><p> Good application if you want to shut your pc down via application <a href="dproj/CSharp/ShutDownPC.zip">Shut Down PC</a> </p></li>
<li><p> Another good example of Polymorphism <a href="dproj/CSharp/PolymorphismExample.zip"> Another example of Polymorphism</a></p></li>
<li><p> Short Interview process test on reading file and returning some values <a href="dproj/CSharp/PersonCalAverageAge.zip">Average Age</a></p></li>
<li><p> My example of extended methods <a href="dproj/CSharp/MyExtendedMethods.zip">My extend methods example</a></li>
<li><p> BSc(Hons) 2nd year assignment project on Litres and Gallons conversion <a href="dproj/CSharp/LitresGallonsApplication.zip">Litres and Gallons</a> </p></li>
<li><p> More example of Inheritance and Polymorphism <a href="dproj/CSharp/Inheritance-Polymorphism.zip">More examples Inheritance and Polymorphism</a></p></li>
<li><p> My assignment Project for FDSc degree a Website so important that I told myself not to touch it lol <a href="dproj/CSharp/FINAL WEBSITE - DO NOT TOUCH.zip">WebSite</a></p></li>
<li><p> How to draw a rectangle <a href="dproj/CSharp/DrawRectangle.zip">Draw Rectangle</a></p></li>
<li><p> Code example of how to Play around with Cortana <a href="dproj/CSharp/CustomCortannaCommands.zip">Cortana</a></p></li>
<li><p> Code example of how to use Polymorphism <a href="dproj/CSharp/ConsolePolymorphism.zip">Polymorphism</a></p></li>
<li><p> Code example of a random application <a href="dproj/CSharp/codeProjectExample.zip">Random Application</a></p></li>
<li><p> Code example of how to use Struct <a href="dproj/CSharp/bookStruct.zip">Book Struct example</a></p></li>
<li><p> Coding done in 48 hours at Aston Hack a EPIC weekend <a href="dproj/CSharp/AstonHack-game.zip">Aston Hack Weekend Project</a></p></li>
<li><p> Basic CRUD example in C# Create ,Read ,Update and Delete from text file <a href="https://github.com/waheedrafiq/CSharp/tree/master/CRUD-example">CRUD Example</a></p></li>
</ul><!-- end of learning zone list-->
</div><!-- end of my home div-->
</div><!--end of the card div-->
</div><!--end of the container -->
</body>
</html>