notherbase-fs 1.4.3 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +0,0 @@
1
- const mongoose = require("mongoose");
2
-
3
- const projects = new mongoose.Schema({
4
- name: String,
5
- url: String,
6
- repository: String,
7
- description: String,
8
- thumbnail: String,
9
- cover: String,
10
- developers: [{
11
- type: mongoose.Schema.Types.ObjectId,
12
- ref: "users"
13
- }]
14
- });
15
-
16
- module.exports = mongoose.model('projects', projects);
@@ -1,234 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8">
5
- <title><%= siteTitle %></title>
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
8
-
9
- <link rel="preconnect" href="https://fonts.googleapis.com">
10
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
- <link href="https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap" rel="stylesheet">
12
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
13
- <link rel="stylesheet" href="/styles/portfolio.css">
14
- </head>
15
-
16
- <body>
17
- <nav class="nav-closed">
18
- <h1>Wyatt Sushinsky</h1>
19
-
20
- <div>
21
- <a href="https://www.linkedin.com/in/wyatt-sushinsky/"><i class="fab fa-linkedin"></i></a>
22
- <a href="https://github.com/Mosshide"><i class="fab fa-github-square"></i></a>
23
- </div>
24
- </nav>
25
-
26
- <header>
27
- <div class="portrait">
28
- <div class="portrait-fade"></div>
29
- </div>
30
-
31
- <h2>Wyatt Sushinsky</h2>
32
-
33
- <h3>Software Engineer</h3>
34
-
35
- <div class="external-links">
36
- <a href="https://www.linkedin.com/in/wyatt-sushinsky/"><i class="fab fa-linkedin"></i></a>
37
- <a href="https://github.com/Mosshide"><i class="fab fa-github-square"></i></a>
38
- </div>
39
- </header>
40
-
41
- <main>
42
- <section class="showcase" id="notherbase">
43
- <img src="/img/logo.png" />
44
-
45
- <div class="text">
46
- <h3>NotherBase</h3>
47
-
48
- <h4>
49
- <a target="_blank" href="https://github.com/Mosshide/NotherBase">
50
- <i class="fab fa-github-square"></i>Repository
51
- </a>
52
-
53
- <a target="_blank" href="https://www.notherbase.com/">
54
- <i class="fas fa-external-link-square-alt"></i>Live App
55
- </a>
56
- </h4>
57
-
58
- <hr>
59
-
60
- <p>
61
- Welcome to NotherBase! This is my web app playground.
62
- Explore the world of NotherBase and unlock its secrets.
63
- </p>
64
-
65
- <p>
66
- This app is currently in development.
67
- </p>
68
- </div>
69
- </section>
70
-
71
- <section class="showcase" id="notherbase-fs">
72
- <img src="/img/logo.png" />
73
-
74
- <div class="text">
75
- <h3>notherbase-fs</h3>
76
-
77
- <h4>
78
- <a target="_blank" href="https://github.com/Mosshide/notherbase-fs">
79
- <i class="fab fa-github-square"></i>Repository
80
- </a>
81
-
82
- <a target="_blank" href="https://www.npmjs.com/package/notherbase-fs">
83
- <i class="fas fa-external-link-square-alt"></i>Latest Release
84
- </a>
85
- </h4>
86
-
87
- <hr>
88
-
89
- <p>
90
- This is a Node.js package that is in development along with NotherBase.
91
- It adapts Express.js so I can produce content quicker.
92
- </p>
93
- </div>
94
- </section>
95
-
96
- <section class="showcase" id="cpd">
97
- <img src="/img/cpd_ss.jpg" />
98
-
99
- <div class="text">
100
- <h3>Cannabis Product Diary</h3>
101
-
102
- <h4>
103
- <a target="_blank" href="https://github.com/Mosshide/cannabis-product-diary">
104
- <i class="fab fa-github-square"></i>Repository
105
- </a>
106
-
107
- <a target="_blank" href="https://cpd.notherbase.com/">
108
- <i class="fas fa-external-link-square-alt"></i>Live App
109
- </a>
110
- </h4>
111
-
112
- <hr>
113
-
114
- <p>
115
- Cannabis Product Diary helps you keep track of your purchased cannabis products and
116
- the experiences garnered from these products. I find that large sites like Leafly
117
- fail to provide any accurate information about the products at local dispensaries,
118
- so this app is useful for anyone wanting to keep track of details about the local
119
- products they've purchased.
120
- </p>
121
-
122
- <p>
123
- This app is currently in development.
124
- </p>
125
- </div>
126
- </section>
127
-
128
- <section class="showcase" id="tamago-watch">
129
- <%- include("parts/tamago.ejs"); %>
130
-
131
- <div class="text">
132
- <h3>Tamago Watch</h3>
133
-
134
- <h4>
135
- <a target="_blank" href="https://github.com/Mosshide/tamago-watch">
136
- <i class="fab fa-github-square"></i>Repository
137
- </a>
138
-
139
- <a target="_blank" href="https://mosshide.github.io/tamago-watch/">
140
- <i class="fas fa-external-link-square-alt"></i>Live App
141
- </a>
142
- </h4>
143
-
144
- <hr class="light">
145
-
146
- <p>
147
- Tamago Watch is a virtual toy based off the classic Tamagotchi toy. I focused on
148
- making this toy rigid and consistent, so that it may invoke the feeling of real-life
149
- hardware. Just like the real toy, the Tamago Watch is arguably more fun to discover
150
- than to actually play for any extended period of time.
151
- </p>
152
-
153
- <p>
154
- This app is has been released and no future updates are planned.
155
- </p>
156
- </div>
157
- </section>
158
-
159
- <section class="showcase" id="won-ventures">
160
- <img src="/img/wv_ss.jpg" />
161
-
162
- <div class="text">
163
- <h3>Won Ventures</h3>
164
-
165
- <h4>
166
- <a target="_blank" href="https://github.com/Mosshide/won-ventures">
167
- <i class="fab fa-github-square"></i>Repository
168
- </a>
169
-
170
- <a target="_blank" href="https://won-ventures.herokuapp.com/">
171
- <i class="fas fa-external-link-square-alt"></i>Live App
172
- </a>
173
- </h4>
174
-
175
- <hr>
176
-
177
- <p>
178
- Won Ventures is a stock-trading site built by
179
- <a href="https://www.linkedin.com/in/jonathanmichaelpark/">Jon Park</a> and myself.
180
- The project is a practice on reverse-engineering CRUD functionality from other
181
- sites. In this case, we modeled after sites like Robinhood. A large focus was
182
- gaining collaboration experience. This was fun team project and it was
183
- a pleasure to work with Jon.
184
- </p>
185
-
186
- <p>
187
- This app is has been released and no future updates are planned.
188
- </p>
189
- </div>
190
- </section>
191
-
192
- <section class="showcase" id="wayfarer">
193
- <img src="/img/wf_ss.jpg" />
194
-
195
- <div class="text">
196
- <h3>Wayfarer</h3>
197
-
198
- <h4>
199
- <a target="_blank" href="https://github.com/Mosshide/wayfarer">
200
- <i class="fab fa-github-square"></i>Repository
201
- </a>
202
- </h4>
203
-
204
- <hr class="light">
205
-
206
- <p>
207
- A city park and travelling app. The focus of this project was meeting client
208
- timelines and expectations. My team(
209
- <a href="https://www.linkedin.com/in/lesley-sauter-45372437/">Lesley Sauter</a>
210
- and <a href="https://www.linkedin.com/in/scott-sperry0409/">Scott Perry</a>) and I
211
- would meet with the client and fulfill planned sprints. We adhered to our client's
212
- user stories and wireframes, and communicated effectively with the client to ensure
213
- they were satisfied with our work.
214
- </p>
215
-
216
- <p>
217
- This app is has not been deployed as of yet and no future updates are planned.
218
- </p>
219
- </div>
220
- </section>
221
- </main>
222
-
223
- <script>
224
- $(window).scroll(function() {
225
- if (window.scrollY > (3 / 4) * parseInt($("header").css("height"))) {
226
- $("nav").removeClass("nav-closed");
227
- }
228
- else {
229
- $("nav").addClass("nav-closed");
230
- }
231
- });
232
- </script>
233
- </body>
234
- </html>