-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftwareProjects.html
More file actions
109 lines (93 loc) · 4.57 KB
/
softwareProjects.html
File metadata and controls
109 lines (93 loc) · 4.57 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Software projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">My Portfolio</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="softwareProjects.html" class="active">Software projects</a></li>
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">My Software projects</h1>
<div class="col-12"><span class="image fit"><img src="images/codebanner.jpg" alt="" /></span></div>
<h2>Discord bot <a href="https://github.com/Wrentch/WrentchBot" class="icon brands fa-github"><span class="label">Github</span></a></h2>
<div class="">
<div class="col-6 col-12-medium">
Discord bot made in python.
<br> <br>
<b> Brief description of the bot:</b><br>
<i>A general use discord bot designed to be used in every server. It has classic stuff like moderation and fun. I am constantly trying to implement new features. The goal for to the bot is to be a huge toolbox of different tools for everyone to use. Main features at the moment of creating this page are: R6 siege stats, weather report, covid19 stats, moderation commands, utility commands url shortener, radnom fact/pun/roast and many more. Im always working on adding new features.</i>
<h3>Technologies used:</h3>
<ul>
<li>Python.</li>
<li>Discord.py library.</li>
<li>Json API requests.</li>
</ul>
</div>
<hr>
<h2>Ionic website into an app <a href="https://github.com/Wrentch/Radiyo-Active-App" class="icon brands fa-github"><span class="label">Github</span></a></h2>
<div class="">
<div class="col-6 col-12-medium">
Using the ionic framework to convert an website into an app.
<br> <br>
<b>Brief description:</b><br>
<i>iOS app built using <a href="https://ionicframework.com/">Ionic PWA framework.</a> It work by creating an iFrame html tag that fits the screen using css. It was built as a weekend project for a radio station.</i>
<h3>Technologies used:</h3>
<ul>
<li>Html and css.</li>
<li>Basics of Ionic framework.</li>
<li>Basic use of XCode.</li>
</ul>
</div>
<hr>
<h2>This Portfolio <a href="https://github.com/Wrentch" class="icon brands fa-github"><span class="label">Github</span></a></h2>
<div class="">
<div class="col-6 col-12-medium">
Small portfolio as a showcase of my projects and skills.
<br> <br>
<b> Brief description:</b><br>
<i>A simple portfolio I made using a html/css template from <a href="https://html5up.net/"> HTML5UP</a>. Thought I needed one to show the world what I have to offer skill wise. Had quite some fun while creating it and it helped me understand HTML more.</i>
<h3>Technologies used:</h3>
<ul>
<li>Html and css.</li>
<li>Use of a Html/css template (boilerplate).</li>
<li>Online <a href="https://unsplash.com/"> Unsplash pictures</a> and <a href="https://fontawesome.com/"> fontawesome icons.</a></li>
<li>Git and GitHub.</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© Untitled. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li><li>Photos: <a href="">Unsplash</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>