Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2020/11/12 11:46] – [Google] dokudokustart [2021/07/21 12:34] (current) – [Passwords] dokudoku
Line 1: Line 1:
 + ===== Design Tools =====
 +  * https://www.figma.com/files/recent
 +
  ===== CSS =====  ===== CSS =====
   * font-size: clamp(18px, 1.4vw, 22px);   * font-size: clamp(18px, 1.4vw, 22px);
Line 4: Line 7:
  ===== Media Encoding =====  ===== Media Encoding =====
   * ffmpeg -i input.mp4 -vf scale=1280x720 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:v libvpx-vp9 -c:a libopus out.webm   * ffmpeg -i input.mp4 -vf scale=1280x720 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:v libvpx-vp9 -c:a libopus out.webm
 +  * ffmpeg -i in.mov -vcodec libx264 -b:v 1400k -crf: 33 -threads: 8 -quality: good -speed: 4 -c:a aac out.mp4 (so crappy iOS can view them)
   * https://developers.google.com/media/vp9/settings/vod/   * https://developers.google.com/media/vp9/settings/vod/
   * https://developers.google.com/media/vp9/the-basics#resolution   * https://developers.google.com/media/vp9/the-basics#resolution
  
  ===== Google =====  ===== Google =====
-  -Google Search Console [[https://search.google.com/search-console]] +  *Google Search Console [[https://search.google.com/search-console]] 
-  -ReCaptcha [[https://www.google.com/recaptcha/admin/site/350611883]] +  *ReCaptcha [[https://www.google.com/recaptcha/admin/site/350611883]] 
-  -Google Translate [[https://www.google.com/search?channel=trow2&client=firefox-b-d&q=google+translate]] +  *Google Translate [[https://www.google.com/search?channel=trow2&client=firefox-b-d&q=google+translate]] 
-  -DeepL Translator [[https://www.deepl.com/en/translator#en/fr/Table]] +  *DeepL Translator [[https://www.deepl.com/en/translator#en/fr/Table]] 
-  -Google Postmaster [[https://postmaster.google.com/managedomains?pli=1]] +  *Google Postmaster [[https://postmaster.google.com/managedomains?pli=1]] 
-  -Google Drive Embed - [[https://stackoverflow.com/questions/20681974/how-to-embed-a-google-drive-folder-in-a-website]]+ 
 + ===== Google Drive Embed ====== 
 +<code> 
 +<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#list" style="width:100%; height:600px; border:0;"></iframe> 
 +<iframe src="https://drive.google.com/embeddedfolderview?id=FOLDER-ID#grid" style="width:100%; height:600px; border:0;"></iframe> 
 +</code>
  ===== Favicon Generator =====  ===== Favicon Generator =====
  
Line 63: Line 72:
   ErrorDocument 404 http://example.com/   ErrorDocument 404 http://example.com/
  
- ===== Passwords ===== +
-  info@di.co.uk +
-  1WPNtg%5ty8, +
-   +
-  caroline_nockels@hotmail.com and p/w is car0l1n3nockels +
-  +
  ===== Email Settings =====  ===== Email Settings =====
   -[[https://www.guru99.com/codeigniter-sending-email.html]]   -[[https://www.guru99.com/codeigniter-sending-email.html]]
  • start.1605181605.txt.gz
  • Last modified: 2020/11/12 11:46
  • by dokudoku