I am a begginer with JS. I am deploying Bullhorn app on a Squarespace website. Squarespace does not provide the luxury to add app.JSON files into it.
I am so created respository on Github and added the cdn links into the site:
https://cdn.jsdelivr.net/gh/Muhammad-waqas732/Ripple-Effect-Recruitment#latest/runtime-es2015.js
https://cdn.jsdelivr.net/gh/Muhammad-waqas732/Ripple-Effect-Recruitment#latest/runtime-es5.js
https://cdn.jsdelivr.net/gh/Muhammad-waqas732/Ripple-Effect-Recruitment#latest/polyfills-es5.js
https://cdn.jsdelivr.net/gh/Muhammad-waqas732/Ripple-Effect-Recruitment#latest/polyfills-es2015.js
https://cdn.jsdelivr.net/gh/Muhammad-waqas732/Ripple-Effect-Recruitment#latest/main-es2015.js
https://cdn.jsdelivr.net/gh/Muhammad-waqas732/Ripple-Effect-Recruitment#latest/main-es5.js
My respository is this.
Now the code for fetching the (it's in: https://github.com/Muhammad-waqas732/Ripple-Effect-Recruitment/blob/main/main-es2015.js) is:
this.http.get("./app.json") [Whole code is too big to qoute it's in the respository]
which is unable to fetch API as there is no "/app.json" on the Squarespace website.
Any thoughts? Thanks in advance
I figured it out. I hosted the bullhorn app on a new server and used that iframe on my Squarespace site
Related
So I have been making this project for college and I am completely new to MERN stack. I have made a basic sorting visualizer using React and a website using basic web technologies[html, css, js, bootstrap]; both separately.
Also, I have already initialized a repo of the website on github but I am unable to add or commit the copied files of 'sorting0' in vs code.
Any guidance and help would be appreciated!
I have been trying to link the React app to my website for a while now by using -
Sorting Visualizer
But it doesn't open the app.
My React app works fine when turned on using npm start; is there a way to do this in the website?
I searched a lot 'Linking React app to an existing website', but it only results in 'adding hyperlink to React'.
If there are other resources available, I would be grateful.
I have already a website in WIX and I paid for my domain and hosting but now I would like to upload my own website using the same domain and hosting, it is possible?
Apparently, it is not possible to import a website built in HTML, CSS, JS outside of Wix to Wix.
Here you have an article published by Wix answering to your question :
Request: Importing a Site Created Outside of Wix
I am trying to host a static web page in gitlab. But the problem is that the main page appears in a url like this:
https://anycustomname.gitlab.io/tutorials/
But I don't want the /tutorials/ at the end of the URL.
I want people to visit my website by entering the following:
https://anycustomname.gitlab.io
And not this:
https://anycustomname.gitlab.io/tutorials
I know it is possible.
I just don't know how to configure this.
Google and YouTube were not much of a help.
Thanks
This is covered in the documentation.
You need to name your project anycustomname.gitlab.io instead of tutorials.
I seem to be running into a problem. I am wanting to upload my website to github but see that one needs to have the main page as index.html. This is an issue as i have created an empty ASP.NET MVC application with views and controllers that have the .cshtml tag.
How can I create an index.html as the main page and then call my other main page which will be a view, this way all I am doing is getting github to look at index.html and then my main page will be displayed? by index.html calling it.
I have tried to use the following as I saw them mentioned in a few other posts but can not seem to get it to work, I know that it did change my URL but still displayed index.html
routes.IgnoreRoute("");
Here is a picture of my project folder layout
Thanks for the the future reply's! Sorry if this post is a bit messy it is my first time posting here. TO add i am trying to host on gitHub through username.github.io
As far as I know Github does not support ASP.NET, but you can use a free Azure account. Take a look at:
http://www.asp.net/hosting
find answer by S.Spieker
kindly have a look on Deploying from ASP.Net MVC to GitHub Pages using AppVeyor if you want to do via AppVeyor
I have a website that is a bunch of standard HTML4 files. It has a Dreamweaver template file but each file has the template already put into it.
Is there an easier way to convert a website from HTML files to Google Sites than to copy the source code of each file and create a page on Google Sites with that source code?
I think this FAQ can be helpful to understand what Google Sites exactly is, what it can and what it can't.
Unfortunately Google Sites isn't flexible and powerful as it's wanted.
Depending of your needs you could try to use Blogger or Google App Enginge. You could search simple CMS for GAE and try to export your Dreamweaver project to GAE hosting.
If it will help you, please inform me. I think it's interesting to do.
If you have a local working copy of a css/java website.... all you need to do is copy the website folder with all the website files to a google drive folder that is shared publicly. Then get the hosting link for your websites index.html from the detail description of the index.html file that is in the folder that is now on google drive. Open your google site and add a full page iframe using the hosting link to your website index.html file as its source.
the local website you created is now live on google sites as your website
If Google sites is still like it was about two years ago when I used it, that is the only way. Its sad, but Google sites is not supposed to be for doing anything past basic html.