-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepository.html
More file actions
94 lines (89 loc) · 3.65 KB
/
repository.html
File metadata and controls
94 lines (89 loc) · 3.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WikiBytes - Repository</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<!-- Left Side -->
<aside class="left-panel">
<div class="logo-container">
<a href="index.html">
<img src="logo.png" alt="WikiBytes Logo">
</a>
</div>
</aside>
<!-- Right Side -->
<div class="right-panel">
<header class="top-navigation">
<nav class="global-nav">
<ul>
<li><a href="index.html">Main Page</a></li>
<li><a href="list of portfolios.html">List of Portfolios</a></li>
<li><a href="references.html">References</a></li>
<li><a href="about the author.html">About the Author</a></li>
<li><a href="repository.html">Repository</a></li>
</ul>
</nav>
<!-- Breadcrumbs Section -->
<nav class="breadcrumbs">
<ul>
<li><a href="index.html">Wikibytes</a></li>
<li><a href="repository.html">Repository</a></li>
</ul>
</nav>
</header>
<main class="content">
<h1>Repository</h1>
<p class="with-bar">From Wikibytes, the computer encyclopedia.</p>
<p>
<a href="repository/Portfolio1.pdf" download>
<button>Download</button>
</a>
[.pdf] Portfolio 1: Computer Science as Discipline, Computing Disciplines and Majors
</p>
<p>
<a href="repository/Portfolio2.pdf" download>
<button>Download</button>
</a>
[.pdf] Portfolio 2: Data and Information, Information Systems, and Support Systems
</p>
<p>
<a href="repository/Portfolio3.pdf" download>
<button>Download</button>
</a>
[.pdf] Portfolio 3: Number Systems
</p>
<p>
<a href="repository/Portfolio4.pdf" download>
<button>Download</button>
</a>
[.pdf] Portfolio 4: Computer Hardware and Software: Their Implementation in the different institutions in the community
</p>
<p>
<a href="repository/Portfolio5.pdf" download>
<button>Download</button>
</a>
[.pdf] Portfolio 5: Comparative Study On Different Types Of Motherboards
</p>
<p>
<a href="repository/Portfolio6.pdf" download>
<button>Download</button>
</a>
[.pdf] Portfolio 6: Comparative Study on Different Types of Computers
</p>
<p>
<a href="repository/AllFiles.zip" download>
<button>Download</button>
</a>
[.zip] All files
</p>
<p class="with-bar" style="visibility: hidden;">Wikibytes is a comprehensive resource dedicated to providing well-researched and accessible information on computer science and related fields. It offers a diverse range of topics, from foundational concepts like number systems and computing disciplines to in-depth studies on hardware, software, and modern technologies. Designed for both beginners and seasoned professionals, Wikibytes encourages informed learning by including properly cited sources, enabling users to explore and verify information with ease. With its curated content, Wikibytes serves as a comprehensive hub of knowledge, offering users a well-rounded understanding of both theoretical and practical computing concepts.</p>
</main>
</div>
</div>
</body>
</html>